Hello!
Is it possible to announce text to only one team via script just like you announce with voice (wm_teamvoiceannounce)?
Thank you!
Hello!
Is it possible to announce text to only one team via script just like you announce with voice (wm_teamvoiceannounce)?
Thank you!
Don’t think so, here are all the commands: http://games.chruker.dk/enemy_territory/scripting_reference.php
Don’t know what you’re trying to achieve but you can add similar text (displays in other place) for 1 team with target_print.
[QUOTE=Destroy666;453085]Don’t think so, here are all the commands: http://games.chruker.dk/enemy_territory/scripting_reference.php
Don’t know what you’re trying to achieve but you can add similar text (displays in other place) for 1 team with target_print.[/QUOTE]
in etpro
You may send private messages to players with the command
/m playername message
playername may be a partial name match, minimum of 2 characters.
You could use this to send a message to all members with the tag [AV] in their name by e.g.
/m [av] hi clan members
You may limit the private message to members of your own team by using /mt instead of /m