Raised This Month: $ Target: $400
 0% 

Hud Message


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
marcola
Junior Member
Join Date: Oct 2023
Old 11-28-2023 , 18:39   Hud Message
Reply With Quote #1

How can I create bigger team score like the attachment?
Attached Thumbnails
Click image for larger version

Name:	scoreboard.jpg
Views:	59
Size:	100.4 KB
ID:	202368  
marcola is offline
WATCH_D0GS UNITED
Senior Member
Join Date: Jan 2023
Old 11-28-2023 , 18:43   Re: Hud Message
Reply With Quote #2

Has you the .sma script?
__________________
💻Know Our New Blog👄
🔗tube2downs.blogspot.com
WATCH_D0GS UNITED is offline
marcola
Junior Member
Join Date: Oct 2023
Old 11-28-2023 , 18:58   Re: Hud Message
Reply With Quote #3

I just started, but this is what I have:

#include <amxmodx>
#pragma semicolon 1

new gCTScore = 0;
new gTRScore = 0;
new gHudScoreSync;

public plugin_init( )
{
register_plugin( "Team Score", "0.1", "mcl");

set_task(1.0, "UpdateScore", _, _, _, "b" );
gHudSync = CreateHudSyncObj();
}

public plugin_end()
{
gCTScore = 0;
gTRScore = 0;
}

public UpdateScore()
{
set_hudmessage(255, 255, 255, -1.0, 0.02, 0, 6.0, 12.0);
ShowSyncHudMsg( 0, gHudScoreSync, "CT: %d | TR: %d", gCTScore, gTRScore);
}
marcola is offline
marcola
Junior Member
Join Date: Oct 2023
Old 11-28-2023 , 18:59   Re: Hud Message
Reply With Quote #4

I just want to know how to make it bigger like the photo
marcola is offline
WATCH_D0GS UNITED
Senior Member
Join Date: Jan 2023
Old 11-28-2023 , 20:04   Re: Hud Message
Reply With Quote #5

The code you provided will not work as intended.

About the font size, the response found is that this is client-side.

Try asking the admins in the server you've found this.

We'll take another look into this soon and if we find relevant info we will tell you.
__________________
💻Know Our New Blog👄
🔗tube2downs.blogspot.com
WATCH_D0GS UNITED is offline
marcola
Junior Member
Join Date: Oct 2023
Old 11-28-2023 , 20:28   Re: Hud Message
Reply With Quote #6

thanks! ive not finished yet, if someone knows how to show this big font is enough
marcola is offline
Hakim Azizov
Member
Join Date: Mar 2023
Old 11-29-2023 , 10:44   Re: Hud Message
Reply With Quote #7

Quote:
Originally Posted by marcola View Post
thanks! ive not finished yet, if someone knows how to show this big font is enough
you can use DHUDmessage include file
Hakim Azizov is offline
101
Member
Join Date: Nov 2023
Old 12-01-2023 , 04:44   Re: Hud Message
Reply With Quote #8

Quote:
Originally Posted by marcola View Post
How can I create bigger team score like the attachment?
do u know how to use dhub messages?

Director Hud Message
101 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 20:09.


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