Health.
#3

Quote:
Originally Posted by kizla
Посмотреть сообщение
pawn Код:
new Float:hp;
SetPlayerHealth(playerid,GetPlayerHealth(playerid, hp) + 5);
SetPlayerHealth(issuerid,GetPlayerHealth(playerid, hp) - 5);
Try this
What?

pawn Код:
new Float:Health;
GetPlayerHealth(playerid, Health);
SetPlayerHealth(playerid, Health + 5);
GetPlayerHealth(issuerid, Health);
SetPlayerHealth(issuerid, Health + 5);
Reply


Messages In This Thread
Health. - by budelis - 24.12.2011, 07:50
Re: Health. - by kizla - 24.12.2011, 07:57
Re: Health. - by [HiC]TheKiller - 24.12.2011, 08:04
Re: Health. - by kizla - 24.12.2011, 08:06
Re: Health. - by [ABK]Antonio - 24.12.2011, 08:19

Forum Jump:


Users browsing this thread: 1 Guest(s)