Quote:
Originally Posted by LockedLucas
Esqueceu de formatar...
PHP код:
if(Del[playerid] == 1){
DisablePlayerCheckpoint(playerid); // This makes sure that there will be a new checkpoint
Del[playerid] = 0; // Changes the variable, so we can use it later again with OnPlayerEnterCheckpoint
new rand = random(sizeof(DinheiroEntrega));
new string[30];
GivePlayerMoney(playerid, DinheiroEntrega);
format(string,sizeof(string),"Vocк ganhou %d dуlares pelo trabalho", DinheiroEntrega);
SendClientMessage(playerid, 0xFFFFFFFF, string);
return 1;
}
|
falta de atenзгo minha...