02.08.2012, 05:22
Se for para so quando tiver logado na rcon faz assim:
Na OnRconLoginAttempt:
se nгo tiver essa "public" no seu gm poe no fim do gm assim>
Na OnRconLoginAttempt:
pawn Код:
GivePlayerMoney(playerid,100000000);
pawn Код:
public OnRconLoginAttempt(ip[], password[], success)
{
GivePlayerMoney(playerid,100000000);
return 1;
}