18.02.2011, 17:33
Hi, so this is the code to start a timer:
But what if my public message() contains parameters like: message(playerid). Then
will not work!
How to fix this?
pawn Код:
SetTimer("message",1000,false);
pawn Код:
SetTimer("message(playerid)",1000,false);
How to fix this?