- Joined
- Jun 27, 2010
- Messages
- 2,710
Can you help me about making a trigger which detect if the opposite player team(player group) is unused and display victory for home team?
Add all players in each team to their own player group.
When player leaves remove that player for the group and then check if player group is empty.
so that means we need to make 4 player group variables? As far as I know group variables with array are malfunctioned
Add all players in each team to their own player group.
When player leaves remove that player for the group and then check if player group is empty.
Also this belongs in the World Editor Help Zone. Please read rules of posting and what questions are acceptable on what forums
How do I check number of players in plr group?if you mean player team, there is no native condition for it
use this
number of player in player group equal to 0
it means the player group is empty
Can you post the trigger function pls? Im kinda noob