wm_announce


(FrostyChilli) #1

Hello!

Is it possible to announce text to only one team via script just like you announce with voice (wm_teamvoiceannounce)?

Thank you!


(Destroy666) #2

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.


(Nail) #3

[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


(FrostyChilli) #4

Thank you!

I think I need to use target_print then.