Author Topic: Dedicated server help!  (Read 551 times)

How do I send a message to the people in my game?

in-game if you have access to the command scripter (press ~) type this into it(copy and paste it):

CenterPrintAll("Yourtext here make sure you have the quotes around it",5);

That's one thing or you can do this i prefer the first:

messageAll(",","Yourtexthere");

That should work, hope that's what you are asking...

Yea that was it! Tanks!

no problem man, and if you copy and paste it, then you can keep putting it in, take out the words and then you can type what you want it to say fresh everytime...Both me and you are new at coding for response...