noxsicarius / Epoch-Admin-Tools

An admin menu for the AmrA2 DayZ mod. Lead Developer: NoxSicarius
GNU General Public License v3.0
30 stars 48 forks source link

God Mode #19

Closed noxsicarius closed 10 years ago

noxsicarius commented 10 years ago

Can still die by starvation/thirst while in god mode.

Eidigii commented 10 years ago

Open file admintools\tools\malplayerGM.sqf Add: fnc_usec_damageHandler = {}; After: player_zombieCheck = {};

You can also remove useless loop (just to clear up the code :P ): while {malpgm == 1} do { };

noxsicarius commented 10 years ago

Thank you and has this been tested? Need to know if I have to test it rigorously before pushing it up.