set_hudmessage without disappearing?
Hi :) I have a little problem. I'm trying to set hudmessage to be shown all the time when round starts...
My code: PHP Code:
It doesn't matter what lenght messages admins writes too, or how fast they do it, but always exactly after fourh admin message "TEXT!" disapears from the screen! I was trying to change cordinates of hudmessage.. The same. Thank you for you help, sorry for bad english, I was trying to explain. p.s. I dont know how to make hudmessage to be shown all the time, so I did for 1000 sec.. :D |
Re: set_hudmessage bug
There is nothing you can do about that as there are only 4 HUD Message channels and amx_tsay and amx_psay cycle through all 4 of them.
|
Re: set_hudmessage bug
Quote:
i know some plugins where scripters do that... In example: MeRcyLeZZ "Zombie Plague mod" . In this plugin zombie class, ammo packs is showing all the time at the bottom of screen while player is alive (foto). PHP Code:
|
Re: set_hudmessage without disappearing?
As there are only 4 channels, there is nothing you can do to keep 2 messages on the screen at the same time that are using the same channel.
|
Re: set_hudmessage without disappearing?
Quote:
|
Re: set_hudmessage without disappearing?
SayText or dHUD (uses 8 channels instead of 4) or StatusText are other methods
|
Re: set_hudmessage without disappearing?
Quote:
|
Re: set_hudmessage without disappearing?
Some plugins use this method for displaying permanent messages:
Set the channel to -1, this will automatically choose any available channel. Use set_task with "b" flag to call the HUD message in a loop. This way it will never be removed. |
Re: set_hudmessage without disappearing?
Quote:
and where do you set the b flag? |
Re: set_hudmessage without disappearing?
do u want DHUD text ? Health: Class: AmmoPacks: Armor:
with DHUD ? if u want i have it, i have it for ZP 4.3 and ZPA :) if u want :) PM me or post here |
| All times are GMT -4. The time now is 10:08. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.