|
Author
|
Message
|
|
Junior Member
|

12-26-2008
, 11:14
Syntax info needed
|
#1
|
My code is getting bigger and bigger as time passes, so I'm interested onto how to shorten it.
Thing I'm interested into is can the array needed by timer be replaced with:
set_task(0.5,"check_something",0,{id},1,"b")
Also what is used to get auto id for a timer? For example that way I wouldn't think what's timers id are used, if its not-for-killing timer.
Could this work?
set_task(0.5,"check_something",-1,{id},1,"b")
Thanks
Nidza
__________________
+karma me if you found me useful
[ 60% -- ||||||||||] Learning AMXModX functions for better adaption to AMXModX Pawn
[ 100% - ||||||||||] Pawn Readaptation
|
|
|
|