Raised This Month: $32 Target: $400
 8% 

CreateHudSynchronizer Help!


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Mr.Freeman
Senior Member
Join Date: Nov 2013
Location: Canada
Old 05-17-2015 , 14:09   CreateHudSynchronizer Help!
Reply With Quote #1

Hey Guys,

Is there any way to have 2 different Hud's running at the same time. And furthermore with different colors. For example I want Mr. in red and Freeman in black. I have the location complete on the screen I just cant seem to get two huds at the same time.

Let me know if this is possible,
Freeman
__________________
Feel Free to PM me about any questions, I'll do my best to help
Mr.Freeman is offline
Mitchell
~lick~
Join Date: Mar 2010
Old 05-17-2015 , 15:26   Re: CreateHudSynchronizer Help!
Reply With Quote #2

The hud sychronizer does not support black... as it's additive based colors (white is visible, black is not.)
Mitchell is offline
Mr.Freeman
Senior Member
Join Date: Nov 2013
Location: Canada
Old 05-17-2015 , 16:47   Re: CreateHudSynchronizer Help!
Reply With Quote #3

Okay thanks Mitchell! is there a way to get two different huds running at the same time?

PHP Code:
public Action:Timer_ShowPrize(Handle:timerany:client) {
    
SetHudTextParams(0.010.01604800.01348017225506.00.5);
    
ShowSyncHudText(clienthudText"Daily Prize: %s"prize);

__________________
Feel Free to PM me about any questions, I'll do my best to help

Last edited by Mr.Freeman; 05-17-2015 at 16:47.
Mr.Freeman is offline
Mitchell
~lick~
Join Date: Mar 2010
Old 05-17-2015 , 19:11   Re: CreateHudSynchronizer Help!
Reply With Quote #4

Quote:
Originally Posted by Mr.Freeman View Post
Okay thanks Mitchell! is there a way to get two different huds running at the same time?

PHP Code:
public Action:Timer_ShowPrize(Handle:timerany:client) {
    
SetHudTextParams(0.010.01604800.01348017225506.00.5);
    
ShowSyncHudText(clienthudText"Daily Prize: %s"prize);

Yes... just create more handles to hold the new HudSynchronizer
hudText2 = CreateHudSynchronizer();
Mitchell is offline
Mr.Freeman
Senior Member
Join Date: Nov 2013
Location: Canada
Old 05-18-2015 , 00:07   Re: CreateHudSynchronizer Help!
Reply With Quote #5

Once again I love you
__________________
Feel Free to PM me about any questions, I'll do my best to help
Mr.Freeman 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 22:44.


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