Author Topic: Function servercmdMessagesent [SOLVED]  (Read 602 times)

Is there one line of code that prevents that message from going out to the public that I can use? Say I click something and say 2, is there anyway to prevent that 2 from coming out into public chat.
EX: (me clicks object that requests to say the #2) Gordo12699: 2 (everything else works as a result of me saying 2)

Is there any possible way to prevent that yellow text from coming out in chat?
« Last Edit: January 24, 2013, 08:54:24 PM by Gordo12699 »

You can package the messagesent server cmd or you can make your own server cmd.

I know how to package it, so would I just set %text to "" like: %text = "";


Yes it works now Electrk, thanks so much!