Author Topic: What is the command for a Team Chat Massage?  (Read 645 times)

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).

ServerCmdTeamMessageSent(%client, %msg).

And for future reference, use trace

wait, to send one, check if one was sent, or the code for the server?

Code: [Select]
commandtoserver('teammessagesent',"This will work.");