28.03.2010, 08:56
You could create your own function or just re-define it.
pawn Код:
stock GetPlayerHealthEx(playerid)
{
new Float:health;
GetPlayerHealth(playerid, health);
return health;
}