HUD Conflicting
Hi.
How would i stop HUD conflicting?. When round start i use set_task to run my hud function and i have more than one task to run differnt hud. Do i need to use TASK_ID for my set_task. Also i dont understand task_id so can someone explain to my about task_id thanks Cheers Shuttle_Wave |
Re: HUD Conflicting
I believe this should work..
PHP Code:
|
Re: HUD Conflicting
Quote:
set_task(1.0,"Show_Message",1337) and use the code which GXLZPGX posted. Code:
register_event("ResetHUD", "eventResetHUD", "b") //Reset Headup Display event |
Re: HUD Conflicting
for the task_id those numbers i can put any right.
like #define TASK_ID_HUD 1234 |
Re: HUD Conflicting
wat if i want a hud message to stay on the screen forever while another hud is showed how would i do that without anything happening to the hud that is displayed forever?
|
Re: HUD Conflicting
Just make a task that calls every 1.0 seconds with flag "b" so the message will still up, like this
PHP Code:
|
Re: HUD Conflicting
Quote:
|
Re: HUD Conflicting
Quote:
|
Re: HUD Conflicting
Quote:
|
| All times are GMT -4. The time now is 07:07. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.