02.08.2012, 21:58
Код:
OnGameModeInit(){ SetTimer("CheckNameTagState", 1000, true); } forward CheckNameTagState(); public CheckNameTagState(){ for(new n = 0; n < MAX_PLAYERS; n++){ for(new i = 0; i < MAX_PLAYERS; i++) ShowPlayerNameTagForPlayer(n, i, false); } }