Removing the gear option isn't an easy one to solve, i have talked to the Epoch guys for hours to try and come up with a solutions. The only ways we can up with would be laggy as ....!
Epoch Trading Menus
0.1
Erm, better trading menus in Epoch.
Requirements
Easy
https://dl.dropboxusercontent.com/u/135243/dayz_epoch/trader_dialog.zip
The first step is to move compiles.sqf and fn_selfactions.sqf to your mission files. Most servers running custom code will have this in...
Well u need to override compiles.sqf within init.sqf and then fn_selfactions.sqf in compiles.
the underscore denoted a private var within the scope of the file but its good practise to use
private["_var1", "_var2"];
To avoid collisions.
You can use the private statement within code blocks to...
Dopple, pretty much what i have
I have my admin uid's defined in init.sqf
adminList = ["00000", "000000"];
And I have overidden selfActions
// Allow Owner to lock and unlock vehicle
if(_isVehicle and _isAlive and !_isMan and _ownerID != "0") then {
if (s_player_lockUnlock_crtl <...
Ye, i just didnt want to have to add another action tbh. There are far to many as it is.
I have just finished a huge overhaul to my epoch server (single currency, trader dialogs and banks) and I will be looking into re-creating a new building mod (i want to make it so anyone can add new recipes...
Problem is the bike unpack is a mod level change, so everyone who plays needs the mod'ed files first.
I have been trying to come up with a way that works and doesn't use action menus
It looks like you need to move '[] execVM "safezone.sqf";' 1 line down
if (!isDedicated) then {[] execVM "Scripts\kh_actions.sqf";
//Conduct map operations
0 fadeSound 0;
waitUntil {!isNil "dayz_loadScreenMsg"};
dayz_loadScreenMsg = (localize "STR_AUTHENTICATING");
//Run the player monitor...
What the script does is give the player godmode within the safe zones and also disables weapons.
Create new file called safezone.sqf and paste this:
Private ["_EH_Fired"];
if (isNil "inSafezone") then {
inSafezone = false;
};
while {true} do {
waitUntil { inSafeZone };
titleText...
Hey, I have been running an Epoch server for a few week with a couple of friends. Which got me into coding in ARMA2/Dayz. So will be adding more unique features over time. We are on the server alot and always happy to help!
Auto Refuel
Self Blood Bag
Heli Lift
Car Tow
Dynamic AI Bandit Camps...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.