hud message
hello, how can i make a hud message that will never disappear?
i tried this PHP Code:
is it possible? |
Re: hud message
It blinks because you set the exact amount for task and for the hud message time... you should add some time to the message... but still, if you want a long-term message on screen, you should use synchronized hud msg:
PHP Code:
More details about the functions: http://www.amxmodx.org/funcwiki.php?...sync&go=search |
Re: hud message
thx), going to test
|
Re: hud message
1 Attachment(s)
It doesn't work how i want..
every two seconds new message appears over old and it looks ugly |
Re: hud message
(LOOP_DELAY + 1.0) -> LOOP_DELAY, or add + 0.1
|
Re: hud message
maybe this ?
PHP Code:
|
Re: hud message
@xPaw
Quote:
it will only show hud message for 10 secs, but i need hud which won't disappear at all |
Re: hud message
this is my scrollmsg. which i use and i have a permanent hud text.
PHP Code:
|
Re: hud message
This is what I currently use:
Code:
This should do it for 2.0 seconds: Code:
|
Re: hud message
i don't want flicking or blinking message, just permanent beautiful message
|
| All times are GMT -4. The time now is 13:38. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.