AI on seen actor with tag

Hello, I have a multiplayer and I want to have a mine that explodes when it sees a player with a tag (blue or red).how can i do that ??
PS sorry for my bad english

If you don’t understand how multiplayer games work, this won’t really help you at all, but anyways…

  1. Player enters the mine’s explosion trigger
  2. Check authority (transition to server if needed)
  3. Check player team
  4. Explode if conditions met.

You should take a look at this http://cedric-neukirchen.net/Downloa…Neukirchen.pdf

thank you i ll have a look at the pdf …i have alredy teams (tags on the player )so i dont know how to ask what the tag of the player is