12.08.2009, 10:46
the best way you can do this is:
Quote:
public OnPlayerSpawn(playerid) { GivePlayerMoney(playerid,100); return 1; } |