Raised This Month: $ Target: $400
 0% 

[INC] Director Hud Message


Post New Thread Reply   
 
Thread Tools Display Modes
GarbageBox
Senior Member
Join Date: Feb 2010
Old 03-25-2011 , 05:16   Re: [INC] Director Hud Message
Reply With Quote #81

No, I love it.
Just when I use it, the hud look like different form yours' pic.
I just confirm it.
Another question, possible to make the msg show like scroll msg plugin?
__________________
You can be a SUPER coder but you Haven't to say such as "stupid, etc." words to the others

Last edited by GarbageBox; 03-25-2011 at 05:31.
GarbageBox is offline
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 03-25-2011 , 06:13   Re: [INC] Director Hud Message
Reply With Quote #82

Probably because the pic was taken from a high screen resolution ( 1680 ).

About your question, probably, but it might tricky since you can't really remove a dhud, it will overlap the last message if not configured properly. But it should be possible, something you should anyway ask in the right section.
__________________
Arkshine is offline
reinert
Veteran Member
Join Date: Feb 2007
Old 04-16-2011 , 11:43   Re: [INC] Director Hud Message
Reply With Quote #83

Is it possible to make it permanent message until I would like to remove it ?

Like with say command ".msg on" and it will show me the message until I will write ".msg off".
reinert is offline
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 04-16-2011 , 11:57   Re: [INC] Director Hud Message
Reply With Quote #84

I don't know a way to remove a dhud message, except resetting the whole hud or sending 8 blank message at once, which is not really a good way. So, you would need to play with the time. Sending the message each x seconds, like 5, until you stop the update.
__________________
Arkshine is offline
SonicSonedit
Veteran Member
Join Date: Nov 2008
Location: Silent Hill
Old 04-17-2011 , 09:14   Re: [INC] Director Hud Message
Reply With Quote #85

Hello Arkshine!
I have a question for you.
There is an issue when you create a task like
Code:
set_task(0.5, "task_hud_info",TASK_HUD+id, _, _, "b")
with dhud_messages, it wipes all other dhud messages - well, not exactly wipes, but sets their holdtime to 0.5, making them dissapear almost instantly.
When i worked with classic hud messages, I thought it was related to channel problem (just 4 channels, and in most mods more then 4 messages needed to be displayed at the same time, so some of them were getting wiped by the new ones) and hoped your dhudmessages method will help, but now i see, that wasn't the case.
Do you have any idea to make hudmessages with holdtime 0.5, which refresh every 0.5 sec, to not affect hudmessages with holdtime 10.0 ?
Sorry for bad english.

Quote:
or sending 8 blank message at once
Oh, i see. So it actually uses eight chennels, it just doesn't have a channel handle?
__________________


Last edited by SonicSonedit; 04-17-2011 at 09:21.
SonicSonedit is offline
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 04-17-2011 , 09:40   Re: [INC] Director Hud Message
Reply With Quote #86

There is no channel handling. You have 8 slots, so you can send 8 messages at once. If you send a 9th message when the first is not finished to display, it will be overwritten. If you send different messages at the same position it will overlap.
__________________

Last edited by Arkshine; 04-17-2011 at 09:43.
Arkshine is offline
SonicSonedit
Veteran Member
Join Date: Nov 2008
Location: Silent Hill
Old 04-17-2011 , 11:03   Re: [INC] Director Hud Message
Reply With Quote #87

Quote:
There is no channel handling. You have 8 slots, so you can send 8 messages at once. If you send a 9th message when the first is not finished to display, it will be overwritten. If you send different messages at the same position it will overlap.
That's what i said. I thought dhudmessages doesn't use slots, because you said it doesn't use channel.
The misunderstanding is that by saying "channel" you were saying about handlers (descriptors), but i thought you meant slots.
__________________


Last edited by SonicSonedit; 04-17-2011 at 11:35.
SonicSonedit is offline
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 04-17-2011 , 11:58   Re: [INC] Director Hud Message
Reply With Quote #88

Just consider that it uses 8 channels but that it auto use next channel avaible when a new message comes, as amxx system channel -1 tries to do.
__________________
- tired and retired -

- my plugins -
ConnorMcLeod is offline
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 04-17-2011 , 12:05   Re: [INC] Director Hud Message
Reply With Quote #89

Not "available", just the next slot/channel. Dhud doesn't care if the next one is being used or not.
__________________
Arkshine is offline
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 04-17-2011 , 13:35   Re: [INC] Director Hud Message
Reply With Quote #90

You mean it doesn't care about time (length) during which the message is drown, only the time (instant) when it is drown ?
Like a cycle ?
__________________
- tired and retired -

- my plugins -
ConnorMcLeod is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 13:11.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode