20.10.2013, 13:56
Is not that good, also you did some mistakes
If you type this:
, that means this timer function doesn't have any parameter:
you should do:
Anyway 1/5 for the tutorial:
- Mistakes ( - 2 p )
- Not Good Explained ( - 2p)
If you type this:
pawn Code:
SetTimer("agate", 15000, 0); //timer for 15 sec
you should do:
pawn Code:
SetTimerEx("agate", 15000, 0, "i", playerid);
- Mistakes ( - 2 p )
- Not Good Explained ( - 2p)