15.02.2010, 06:30
That gives them 10000 evry time they spawn.
If they only should spawn with 10000, put this:
If they only should spawn with 10000, put this:
pawn Код:
public OnPlayerSpawn(playerid)
{
ResetPlayerMoney(playerid);
GivePlayerMoney(playerid, 10000);
return 1;
}