Death messages
Hey, is it possible to write a message instead of Death messages. I mean I want to write there something like: my server website link or something else.
is it possible to do it with client_print or Message(id) { const SOMETHING_HERE = 4 static const msg[] = "www.blabla.com" message_begin(MSG_ONE_UNRELIABLE, gmsgTextMsg, .player=id) write_byte( SOMETHING_HERE ) write_string( msg ) message_end() } |
Re: Death messages
yeah it is
|
Re: Death messages
maybe someone can give me an example or just tell how to do it.
|
Re: Death messages
try this (untested)
PHP Code:
|
Re: Death messages
oh I mean the message will be always shown, and Deathmessages will not be displayed at all.
|
| All times are GMT -4. The time now is 05:24. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.