13.09.2018, 16:45
Assuming you're setting variable [Mode] to GAME_DERBY when someone joins a derby, the code can be shortened in this way:
Also, i suggest you to use y_timers.
pawn Код:
foreach (new i : Player) if (Player[i][Mode] == GAME_DERBY) GameTextForPlayer(playerid, "~g~Waiting for players", 500, 3);