AC_SetPlayerHealth(playerid, Float:hp) { PlayerInfo[playerid][pServerHealth] = hp; SetPlayerHealth(playerid, hp); return 1; }