31.12.2010, 19:22
(
Последний раз редактировалось [03]Garsino; 31.12.2010 в 21:34.
)
Your timer is wrong btw, it should be:
But then you would need to put it at OnPlayerConnect or something or replace the code in your callback with SendClientMessageToAll. Because the code as you have it now will only work for ID 0.
pawn Код:
SetTimerEx("myfunction", 200000, 1, "i", playerid);