02.08.2010, 08:22
is this will work for the health and armour?
Код:
new Float:health; GetPlayerHealth(playerid,health); SetPlayerHealth(playerid,health); new Float:armour; GetPlayerArmour(playerid,armour); SetPlayerArmour(playerid,armour);