Message_Begin
Hello.
I've been trying to make a Level Up System with Ranks for my new Jailbreak Mod, and i want to add message above or under the chat. I don't want HUD Message, since im already using one for Server Status, and it looks like i cant add another one. So, this is my code, but it adds on the center of the screen. How i can move it? PHP Code:
|
Re: Message_Begin
new g_msgStatusText = get_user_msgid("SayText")
message_begin(MSG_BROADCAST, g_msgStatusText, {0,0,0}, id) write_byte(0) write_string(cache) message_end() or you need to put a specific id in the first write_byte(id) to do MSG_ONE_UNRELIABLE |
Re: Message_Begin
If you are using "StatusText" message you can do this:
Code:
|
Re: Message_Begin
Thank you very much, solved! :)
|
| All times are GMT -4. The time now is 05:44. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.