16.09.2012, 20:02
Use SetTimerEx if you want to pass parameters to your function ( in this case it is playerid ).
Correct usage would be:
Good luck!
Correct usage would be:
pawn Код:
IntroTimer = SetTimerEx("IntroLog",3000,true,"d",playerid);