Blockland Forums > Modification Help
Putting a BottomPrint message to all clients...?
Pages: (1/1)
TheStranger:
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?
Greek2me:
--- Code: ---bottomPrintAll("Put your message here",3);
--- End code ---
3 is the time in seconds for it to appear.
TheStranger:
--- Quote from: Greek2me on April 16, 2011, 06:53:06 PM ---
--- Code: ---bottomPrintAll("Put your message here",3);
--- End code ---
3 is the time in seconds for it to appear.
--- End quote ---
Thanks! :D
Pages: (1/1)