Quote:
Originally Posted by [03]Garsino
Your timer is wrong btw, it should be:
pawn Код:
SetTimer("myfunction", 200000, 1, "i", playerid);
But then you would need to put it at OnPlayerConnect or something or replace the code in your callback with SendClientMessage ToAll. Because the code as you have it now will only work for ID 0.
|
Actually, it would be "SetTimer
Ex".