01.07.2020, 12:40
Yes, sorry, I have read it wrong. I am not sure about it... Why don't you use it like this?
You are already storing health value in a variable, just use it.
PHP Code:
GetPlayerHealthEx(playerid) return Player[playerid][Health];
//in command:
new Float:health = GetPlayerHealthEx(playerid);

