- Joined
- Jul 17, 2006
- Messages
- 145
Is there a way i can get the TimerStart function to accept parameters in the last parameter (lol, i didetn really word that well did i) example:
Instead of that i would like to use something like
(assuming the function your running has parameters)
The only problem with that, is iv tried doing it and it returns a syntax error
Any help is apprecated
Code:
call TimerStart(t, 0.01, true, function Knockback)
Instead of that i would like to use something like
Code:
call TimerStart(t, 0.01, true, function Knockback(parameters))
(assuming the function your running has parameters)
The only problem with that, is iv tried doing it and it returns a syntax error
Any help is apprecated