CMD:darvidatodos(playerid) { new i = -1; while(++i < MAX_PLAYERS) { if(IsPlayerConnected(i)) { SetPlayerHealth(i, 100); } } return true; }