Blockland Forums > Modification Help
What is the command for a Team Chat Massage?
Pages: (1/1)
adam savage:
I am making a mod that responds when a Team Chat Massage is sent (I am not telling what it does), But I don't know if the command is ServerCmdTeamMessageSent(%client, %team, %msg).
Headcrab Zombie:
--- Quote from: adam savage on September 10, 2011, 05:25:46 PM ---ServerCmdTeamMessageSent(%client, %msg).
--- End quote ---
And for future reference, use trace
phflack:
wait, to send one, check if one was sent, or the code for the server?
Blocker Ctgr:
--- Code: ---commandtoserver('teammessagesent',"This will work.");
--- End code ---
adam savage:
--- Quote from: Blocker Ctgr on September 10, 2011, 07:55:39 PM ---
--- Code: ---commandtoserver('teammessagesent',"This will work.");
--- End code ---
--- End quote ---
Thank you.
Pages: (1/1)