GetPlayerHealth for my stats system??
#3

Also, both Health and Armour are floats, not integers.

Taken from my admin script:
pawn Код:
new Float:phealth, Float:parmour;
GetPlayerHealth(id,phealth);
GetPlayerArmour(id,parmour);
format(datastring,sizeof(datastring),"Health:%.3f Armour: %.3f",phealth,parmour);
Reply


Messages In This Thread
GetPlayerHealth for my stats system?? - by stuoyto - 07.05.2012, 00:43
Re: GetPlayerHealth for my stats system?? - by Kindred - 07.05.2012, 00:47
Re: GetPlayerHealth for my stats system?? - by Yuryfury - 07.05.2012, 00:48

Forum Jump:


Users browsing this thread: 1 Guest(s)