Can you do this?
#3

Sure you can.
pawn Код:
new
    Float: HP,
    Float: AR,
    Float: HPARCombined
;
GetPlayerHealth(playerid, HP);
GetPlayerArmour(playerid, AR);
HPARCombined = HP + AR;
Something like this will work fine.
Reply


Messages In This Thread
Can you do this? - by K9IsGodly - 31.03.2015, 14:46
Re: Can you do this? - by BleverCastard - 31.03.2015, 14:47
Re: Can you do this? - by CalvinC - 31.03.2015, 15:07

Forum Jump:


Users browsing this thread: 4 Guest(s)