Hey, not sure if my syntax is correct but im trying to prevent the building of sky bases, by adding this line into player_build.sqf (with correct syntax) work?
if (getPosATL _x select 2 > 45.0) exitWith {DZE_ActionInProgress = false; cutText [(localize "str_epoch_player_41"), "PLAIN DOWN"];};