 |
|
Never Fall Asleep
|

09-10-2004
, 08:12
|
#2
|
1. set_task(1.0,"print_timeleft(id)",3425,"b") << U cant pass id that way
You also have this loop
set_task(1.0,"timer",1093,array[0],1,"b")
calling this one EVERY SECOND
set_task(1.0,"print_timeleft(id)",3425,"b")
and that loop calls another function every second and in the end its such a big lag ur making. One of those loops should only run ONCE.
Also try making the cvar an ACTUAL float
|
|
|
|