28.01.2013, 21:41
GetPlayerHealth() doesnt return the players health,
so the correct usage for it
GetPlayerHealth(playerid, &health);
example:
i hope you understand me 
EDIT: OMG the guy that posted before me told it. i am just slowly in posting
so the correct usage for it
GetPlayerHealth(playerid, &health);
example:
Код:
new Float:Health; GetPlayerHealth(playerid, Health); new msg[100]; format(msg, 100, "Your health is %f", Health); SendClientMessage(playerid, -1, msg);

EDIT: OMG the guy that posted before me told it. i am just slowly in posting
