Set_task.... am i doing this right?
set_task(5.0,"stats")
and i have the stats set up correctly. the purpose of this is to loop the function and to show a client a HUD message at the center-left of the screen. The reason for the loop is so that the HUD message will appear constant, and the HUD message will change on the next loop so it will show the updated varable. the 5.0 is 5 seconds right? |
set_task(5.0,"stats",846,"",0,"b")
* "b" - loop task. |
What exactly is the third parameter? I always just leave it at zero.
|
I think it's the id of the task and it's not very good when many different plugins use tasks with the same id, that's why I write a random number to be "sure" that no other task has that id.
|
| All times are GMT -4. The time now is 17:18. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.