01.05.2014, 12:03
First question:
Is that making a recursion?
Second question:
I saw this in a server and i tried to copy to my server :P:
How do i they made it so clear?

That's mine, ignore the blue color:
Is that making a recursion?
Код:
in the top of script:
new mytimer;
In command like /sethelp or something....
mytimer = SetTimer("Timer", 5000, false);
forward Timer();
public Timer()
{
codes bla bla bla....
KillTimer(mytimer); // there is here a recursion?
return 1;
}
I saw this in a server and i tried to copy to my server :P:
How do i they made it so clear?

That's mine, ignore the blue color:


