23.07.2011, 05:43
Quote:
pawn Код:
|
Instead of using SetTimer for this example, you would need to use SetTimerEx and pass an ID along to the callback, like it's expecting you to! For example:
pawn Код:
SetTimerEx("Trolo", 10000, false, "i", playerid);
Please make sure you're posting proper examples in this section when responding to threads, otherwise people will be mis-lead by in-correct information!
As for the original poster, I recommend instead of waiting for help here, that you use the SA-MP Wiki which has absolutely tons of extremely detailed information on all of the functions you can make use of.
https://sampwiki.blast.hk/wiki/SetTimerEx
That's one you should be looking at right now