CMD:darvidatodos(playerid) { for(new i; i < GetPlayerPoolSize(); i++) if(IsPlayerConnected(i)) SetPlayerHealth(i, 100); return 1; }