25.10.2011, 21:47
Quote:
pawn Код:
|
ta aki
ve agoora o porq naum funfa
PHP код:
public Pagamento()
{
for(new i = 0; i< MAX_PLAYERS; i++)
{
SendClientMessage(i, 0x4682B4FF, "Vocк acaba de recer seu pagamento");
new Grana = 500 + random(15000);
GivePlayerMoney(i, Grana);
GameTextForAll("~g~Pagamento Recebido", 5000, 1);
}
return 1;
}
stock pNome(playerid)
{
new nome[MAX_PLAYER_NAME];
GetPlayerName(playerid, nome, sizeof(nome);
return nome;
}