03.07.2016, 23:10
Quote:
Try this tutorial it has everything you need
https://sampforum.blast.hk/showthread.php?tid=381425 |

Quote:
Alright.
There is 2 types of timer in SA:MP. - SetTimer(funcname[], interval, repeating) - SetTimerEx(funcname[], interval, repeating, const format[], {Float,_}:...) The difference between those timers is one can't take parameters (the first). How does this works? Let's respawn a player in 10 seconds after do /respawn. Copy and paste in your gamemode to see the comments. PHP Code:
|