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