AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   Show yellow text in the bottom left hand corner... (https://forums.alliedmods.net/showthread.php?t=27787)

SweatyBanana 04-29-2006 10:58

Show yellow text in the bottom left hand corner...
 
Hey guys...

I am in the process of making a mod called DFX-MOD..

Its a custom mod that im making for my clan..

anyway, I was wondering how I would go about putting some text in the lower left hand corner of the screen, like in MajorVictories bazooka plugin..

I want it to say:


Points: #

VEN 04-29-2006 11:31

Like that?

Code:
//g_msg_status_text = get_user_msgid("StatusText") message_begin(MSG_ONE, g_msg_status_text, {0, 0, 0}, id) write_byte(0) write_string("Text") message_end()

Note text position can be center of the screen (controlled by hud_centerid client CVAR)

SweatyBanana 04-29-2006 13:22

HMMM ok.

organizedKaoS 04-29-2006 16:10

Quote:

Originally Posted by VEN
Like that?

Code:
//g_msg_status_text = get_user_msgid("StatusText") message_begin(MSG_ONE, g_msg_status_text, {0, 0, 0}, id) write_byte(0) write_string("Text") message_end()

Note text position can be center of the screen (controlled by hud_centerid client CVAR)

Which center? crosshair center? low center? Please explain how the position can possibly be changed, I was looking for this info a while ago. Thanks :up:

VEN 05-02-2006 15:42

A bit below player's crosshair.


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

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