24.02.2014, 18:54
Код:
for(new playerid = 0; playerid < MAX_PLAYERS; playerid++) { if(IsPlayerConnected(playerid)) { SetPlayerHealth(playerid, SaveHealth[playerid]); } }
You can fix that by using SetTimerEx to add a player parameter ( and even a health parameter) instead of using a global timer.