getplayerhealth
#1

pawn Код:
CMD:stunt(playerid, params[])
{
new name[24], string[56];
new Float:armour;
GetPlayerArmour(playerid, armour);
GetPlayerHealth(playerid,health);
SetPlayerHealth(playerid,100000);
SetPlayerArmour(playerid,100000);

CMD:dm(playerid, params[])
{
new name[24], string[56];
new Float:armour;
SetPlayerArmour(playerid, armour);
SetPlayerHealth(playerid,health);
but it not works when u type /dm (from stunt) u got 0 health
^pl0x help....
Reply


Messages In This Thread
getplayerhealth - by Horrible - 12.07.2011, 12:42
Re: getplayerhealth - by Edvin - 12.07.2011, 12:56
Re: getplayerhealth - by Horrible - 12.07.2011, 13:05
Re: getplayerhealth - by Roko_foko - 12.07.2011, 13:05
Re: getplayerhealth - by Horrible - 12.07.2011, 13:42

Forum Jump:


Users browsing this thread: 3 Guest(s)