So i've been looking around for a few days now and i cant seem to find a safezone script that actually enables god mode i tryed AGN but for some reason it wont let me load into my server and this is the one im using now but no god mode cant anyone give me a hand
Private ["_EH_Fired"];
if (isNil "inSafezone") then {
inSafezone = false;
};
while {true} do {
waitUntil { inSafeZone };
titleText [format["Entering Trader Area - God Mode Enabled"],"PLAIN DOWN"]; titleFadeOut 4;
waitUntil { player == vehicle player };
thePlayer = vehicle player;
_EH_Fired = thePlayer addEventHandler ["Fired", {
titleText ["You can not fire your weapon in a Trader City Area","PLAIN DOWN"]; titleFadeOut 4;
Question
Jnizzel
So i've been looking around for a few days now and i cant seem to find a safezone script that actually enables god mode i tryed AGN but for some reason it wont let me load into my server and this is the one im using now but no god mode cant anyone give me a hand
Link to comment
Share on other sites
20 answers to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now