Increase players armour/health

UrbanSkaters

Valued Member!
Is there a way to increase a players starting armour/health by say 300% ?

I've googled this question to death with no luck haha!
 
depending on your host and accesability of your profile settings, then there is an armor option you can set to 1 ... not sure what it actually does, but i belive players will be harder to kill if you set to 1

Code:
class Difficulties
{
    class Recruit
    {
        class Flags
        {
            3rdPersonView = 1;
            armor = 1;
            autoAim = 0;

if you cannot acces profile settings like on dayz.st, you can try set it to class Recruit or class Regular, then it should be on by default aswell (not sure you can even switch it on, on higher dif)
 
Back
Top