Author Topic: Putting a BottomPrint message to all clients...?  (Read 951 times)

Hello. I am busy making a mod, and in this mod, I want to put a BottomPrint message to all clients in the game. How can I do that?

Code: [Select]
bottomPrintAll("Put your message here",3);3 is the time in seconds for it to appear.

Code: [Select]
bottomPrintAll("Put your message here",3);3 is the time in seconds for it to appear.

Thanks! :D