What a mess >.> :S , like this should look the code :
Code:
public round(id)
{
new players[32], num;
get_players(players, num);
new max_players = get_maxplayers();
new time_left = get_timeleft();
g_roundCount += 1;
ColorChat(0, BLUE, "[Runda %d Incepe Cu --> FF:%s | Jucatori On %d Din %d | Timpul Ramas:%d:%02d]", g_roundCount, get_cvar_num("mp_friendlyfire") ? "ON" : "OFF", num, max_players, time_left / 60, time_left % 60);
set_task(3.0, "round2", id,_,_);
}
__________________