mirror of
https://github.com/Fallingsheep1985/Arma3Epoch.git
synced 2024-08-30 16:42:12 +00:00
11 lines
361 B
Plaintext
11 lines
361 B
Plaintext
|
cutText ["Godmode activated.", "PLAIN"];
|
||
|
player removeAllEventHandlers "handleDamage";
|
||
|
player addEventHandler ["handleDamage", {false}];
|
||
|
player removeAction line1;
|
||
|
player removeAction line2;
|
||
|
player removeAction godmode;
|
||
|
player removeAction tele;
|
||
|
player removeAction guns;
|
||
|
player removeAction mainveh;
|
||
|
player removeAction cgod;
|
||
|
player removeAction hplay;
|