14.01.2011, 22:22
I had a question about SetTimerEx.
I have a function, but it contains "playerid, vehicleid".
I'm not 100% sure how to put it in, just wondering if this is right?
Feedback is greatly appreciated. Thankyou
I have a function, but it contains "playerid, vehicleid".
I'm not 100% sure how to put it in, just wondering if this is right?
pawn Код:
SetTimerEx("FunctionName", 10000, 0, "ii", playerid, vehicleid);