23.05.2016, 15:27
store the health to a variable example
PHP код:
new hh; //write this up
//this under AFK CMD
hh = GetPlayerHealth(playerid);
//then
//under back CMD
SetPlayerHealth(playerid, hh);