Blockland Forums > Modification Help
What are ALL the variables of "GlobleChat" function? (Badspot, HELP!)
(1/3) > >>
adam savage:
I am making a punctuation mod, but I need to know ALL the variables for the function "GlobleChat".
Superb:
What? GlobleChat?
adam savage:

--- Quote from: Superb on December 30, 2011, 07:29:53 PM ---What? GlobleChat?

--- End quote ---
Its the command to talk. Its like:

GlobalChat(Blah);

CommandToServer('messageSent','',"Blah");


for( %i = 0; %i < ClientGroup.GetCount; %i++)
{
    CommandTOClient('%i',ChatMassage,Lots of variables...);
}

Thats how chat works
Greek2me:
Type trace(1); in console, then send a chat message, then type trace(0); in console and look through the results for the arguments. You should be able to figure out what's what.
adam savage:
Variables: 8103, , , , 209 ECAdamSavageEvnt: cant, EC, Adam Savage, Evnt, cant

My Chat message was "cant".
Navigation
Message Index
Next page

Go to full version