[Tutorial] Changing System Message In-Game.

Joined
May 18, 2013
Messages
852
Reaction score
323
In WarZ.SLN Search for
Code:
else
	{
		addChatMessage(0,"<SYSTEM>","You have joined officials server",0);
	}

And replace it to something like this (This is my message) :)

Code:
else
	{
		addChatMessage(0,"<SERVER>","You have joined officials server. Bandit Ai will roam around the map randomly. Be warned.. Look at your map in-order to see where their camps are.",0);
	}

I know this is the easiest thing ever, but some people are noobs, and didn't know this, LOL
 
Re: [Snippet] Changing System Message In-Game.

and to post various messages in chat as I do?

the kind that kill random message

sorry for the google translator
 
Last edited:
Re: [Snippet] Changing System Message In-Game.

Some people don;t even know how to copy and paste.

Too much people don't know that, ahah.

Btw, dude, you know how to put that auto-message in the chat? Something like, every 5 minutes say it in the game-chat: "<SYSTEM>Welcome!".
 
Re: [Snippet] Changing System Message In-Game.

Too much people don't know that, ahah.

Btw, dude, you know how to put that auto-message in the chat? Something like, every 5 minutes say it in the game-chat: "<SYSTEM>Welcome!".
look at the hunz src for that ;)
 
Re: [Snippet] Changing System Message In-Game.

look at the hunz src for that ;)

Okay! Thanks, but... HunZ src still here? (RZ)



I guess, it wouldn't.

I ONLY found this: http://forum.ragezone.com/f790/release-hunz-server-source-release-1013775/
 
Re: [Snippet] Changing System Message In-Game.

Thank You =)

but as I put in color?

tJlCqf5 - [Tutorial] Changing System Message In-Game. - RaGEZONE Forums
 
Back
Top