Eliminates the player as fast as possible, skipping the usual waiting time (in which the player is e.g. still counted for GetPlayerCount). There is nonetheless a delay of a few frames.
Beispiel
if (!FindObject(Find_ID(Flag), Find_Owner(0))) EliminatePlayer(0);
Wenn der erste Spieler keine Flagge mehr hat, wird er eliminiert.