TextDrawSetString, IsPlayerInArea, and more bugs!
#8

replace the settimers, which are for players, with SetTimerEx, so:
Код:
Replace:
SetTimer("MoneyCheck", 500, true);
With:
SetTimer("MoneyCheck", 500, true,"d",playerid);
and since that requires a playerid, put it under OnPlayerConnect Instead of OnGameModeInit. Or OnPlayerSpawn. Just whenever you want it to start, as long as it's a callback that is for a certain player.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)