Help skiptut not working
#1

Remove -Fixed.
Reply
#2

Sscanf format specifier is incorrect. Also do the connection check before using giveplayerid in an array.
Reply
#3

^
also you're setting the timer and killing it ;_;
PHP код:
Tut[giveplayerid] = SetTimerEx("TutFinal"20000false"i"giveplayerid);
 
KillTimer(Tut[giveplayerid]); 
->
PHP код:
KillTimer(Tut[giveplayerid]);
Tut[giveplayerid] = SetTimerEx("TutFinal"20000false"i"giveplayerid); 
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)