Log in

View Full Version : Scripting functions



Lorenc
08-09-2011, 01:08 PM
I don't know but I thought about having to make a function suggestion list:

My suggestions:


SetTimerEx(function[], interval, bool:repeat, type[], typevalues[]);
SetTimer(function[], interval, bool:repeat);

foxtacles
08-09-2011, 04:51 PM
Timers are in fact a must-have, but they have to be implemented in C++ as they are not natively (at least not as we want them) available in PAWN. I'll start work on that, soon :D