timer create and kill
#1

So hey.. need help.. i create timer


Код:
SetTimerEx("Destroy", 60000, false, "i", playerid);
how to kill it ??
Reply
#2

Quote:
Originally Posted by Karolukas123
Посмотреть сообщение
So hey.. need help.. i create timer


Код:
SetTimerEx("Destroy", 60000, false, "i", playerid);
how to kill it ??
what exactly do you want to kill ? be more specific please
Reply
#3

PHP код:
new destroytimer;
destroytimer SetTimerEx("Destroy"60000false"i"playerid);
// Later
KillTimer(destroytimer); 
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)