29.05.2020, 17:12
Helo! This timer don't stop, is looping over and over but i use function killtimer
This functions i use in my gamemode in diferent lines and is not stoping!
PHP Code:
new stopracetimer;
stopracetimer = SetTimer("startrace", 1000, 1);
KillTimer(stopracetimer);