Make an integer variable with array of however many players there are and value of 3. Add to the player 1 revive trigger:
Set Lives [1] = (Lives [1] - 1)
And the same for the rest of the players, replacing the [1] with the other player numbers. Next, add a condition to the trigger when player 1 hero dies that says:
Lives [1] Greater than 0
And copy that for each player changing only the [1].
Sajnos nincs olyan action amivel 3 alkalom után lállíthatsz 1 triggert, ezért egy változóval kell számolni, hogy hányszor futott. Csinálsz 1 akármilyen nevű változót (integer), aminek az értéke alapból 3, és a triggerhez 1 feltételt, hogy csak akkor indulhat el, hogyha ez a változó nagyobb mint 0. A triggerhez hozzáadsz 1 actiont, ami annyi hogy set <változó>=<változó>-1.
Ok, but mean while i added this: Events: Time - Every 1.00 seconds of game time Condition: (Execution count of Revive 1 <gen>) Equal to 3 Action: Trigger - Turn off Revive 1 <gen> Game - Display to (All players) the text: Player 1 is dead! ... Unit - Explode Circle of Power 0014 <gen>