Timer's miliseconds defined by variable?
Posted: Fri Mar 22, 2013 12:11 am
Hello population ^-^
Well.. i am little bad at scripting (thats more then obviously by my question) ..And also my English is bad, but however i have a question.
Is it possible to define timer's time by variable:
If we can include this syntax like from C++ Pawn
Or maybe we have to int Var; I don't know.. :s But i think you got the idea.. so is it possible to do that or similar but with the same effect
Well.. i am little bad at scripting (thats more then obviously by my question) ..And also my English is bad, but however i have a question.
Is it possible to define timer's time by variable:
If we can include this syntax like from C++ Pawn
- Code: Select all
CreateTimer("Event Actor", "Timer1", (0+Var));
CreateTimer("Event Actor", "Timer1", Var);
CreateTimer("Event Actor", "Timer1", 0+Var);
Or maybe we have to int Var; I don't know.. :s But i think you got the idea.. so is it possible to do that or similar but with the same effect