24.02.2014, 20:14
Change the whole function itself
Add a player parameter, and just set the variable of that player.
Add a player parameter, and just set the variable of that player.
Код:
forward healtx(playerid); public healtx(playerid) { SetPlayerHealth(playerid, SaveHealth[playerid]); }