Cod: Selectaţi tot
text[/c ode] nu mi le arangeaza cum este in pawno, egale cu [code] imi pune una mai infata, alta mai in spate ..
Cod: Selectaţi tot
text[/c ode] nu mi le arangeaza cum este in pawno, egale cu [code] imi pune una mai infata, alta mai in spate ..
Cod: Selectaţi tot
if (pickupid == teleport)
{
format(string, sizeof(string), "~b~text");// www.blackfiles.eu
GameTextForPlayer(playerid, string, 100, 1);
SetPlayerPos(playerid,X,Y,Z);
SetPlayerInterior(playerid,0);
SetPlayerVirtualWorld(playerid0);
}
Cod: Selectaţi tot
else if(CP[playerid] == 303)
{//www.blackfiles.eu
new cashr;
cashr = (PlayerInfo[playerid][pLevel]*100);
format(string, sizeof(string), "~b~ %d$",cashr);
GameTextForPlayer(playerid, string, 5000, 1);
GivePlayerCash(playerid, cashr);
DisablePlayerCheckpoint(playerid);
SetPlayerCheckpoint(playerid,-512.1337,-1339.5020,23.1845,5.0);
CP[playerid] = 304;
}
Cod: Selectaţi tot
else if(CP[playerid] == 303)
{//www.blackfiles.eu
new cashr;
cashr = (PlayerInfo[playerid][pLevel]*100);
format(string, sizeof(string), "~b~ %d$",cashr);
GameTextForPlayer(playerid, string, 5000, 1);
GivePlayerCash(playerid, cashr);
DisablePlayerCheckpoint(playerid);
SetPlayerCheckpoint(playerid,-512.1337,-1339.5020,23.1845,5.0);
CP[playerid] = 304;
}
Cod: Selectaţi tot
public SetPlayerUnMute()
{
for(new i = 0; i < MAX_PLAYERS; i++)
{
if(IsPlayerConnected(i))
{
if(PlayerInfo[i][pMuted] > 0)
{
if(PlayerInfo[i][pMuteTime] > 0)
{
PlayerInfo[i][pMuteTime]--;
}
if(PlayerInfo[i][pMuteTime] <= 0)
{
PlayerInfo[i][pMuteTime] = 0;
if(PlayerInfo[i][pMuted] == 1)
{
PlayerInfo[i][pMuted] = 0;
}
PlayerInfo[i][pMuted] = 0;
SendClientMessage(i,COLOR_LIGHTRED,"Your silence time has expired.You can now talk again ");
}
}
}
}
}
Adică, dacă vei reordona tu altfel codul, îl vei face inutilizabil.Cioica scrie:Ce vrei sa zici aici "Le poţi modifica tu cu riscul de a compromite codul."
Eu cand dau copy-paste din program vreau sa le aseze direct cum sunt, asa este pe sa-mp.com dar ei folosesc vbuletin
bogdane nui bine nici la tine uite asa cam trebuie:bogdan scrie:Eu am folosit tag-ul code si le arata aliniat la fel ca pe site-ul tau. Sau tu vrei altceva?Cod: Selectaţi tot
public SetPlayerUnMute() { for(new i = 0; i < MAX_PLAYERS; i++) { if(IsPlayerConnected(i)) { if(PlayerInfo[i][pMuted] > 0) { if(PlayerInfo[i][pMuteTime] > 0) { PlayerInfo[i][pMuteTime]--; } if(PlayerInfo[i][pMuteTime] <= 0) { PlayerInfo[i][pMuteTime] = 0; if(PlayerInfo[i][pMuted] == 1) { PlayerInfo[i][pMuted] = 0; } PlayerInfo[i][pMuted] = 0; SendClientMessage(i,COLOR_LIGHTRED,"Your silence time has expired.You can now talk again "); } } } } }
Cod: Selectaţi tot
public SetPlayerUnMute()
{
for(new i = 0; i < MAX_PLAYERS; i++)
{
if(IsPlayerConnected(i))
{
if(PlayerInfo[i][pMuted] > 0)
{
if(PlayerInfo[i][pMuteTime] > 0)
{
PlayerInfo[i][pMuteTime]--;
}
De când ai început să dai astfel de sfaturi geniale? Credeam că aici ajutăm nu le spunem utilizatorilor să renunţe la phpBB şi să aleagă altceva.1960 scrie: Dacă pe vbulettin este cum doreşti tu, de ce nu treci pe acea versiune ?
Utilizatori ce ce navighează pe acest forum: Google [Bot] și 2 vizitatori