Files
DayZ-Epoch/Server Files/MPMissions/DayZ_Epoch_16.Panthera2/dayz_code/init/compiles.sqf
A Man ac68b0ca93 Re-build missionfiles
- Every missionfile has the configVariables.sqf added now since almost every server admin move their configVariables to the mission folder. Now it comes by default with it.
- The missionfile contains by default a custom variables and compiles.sqf too now. This makes it easier for server admins to add scripts.
- Having all configVariables in one place makes a map change much easier now.
- Only map specifc variables are still in init.sqf and should stay there.
2022-04-02 16:05:20 +02:00

8 lines
201 B
Plaintext

if (isServer) then {
};
if (!isDedicated) then {
//Add your custom or override functions here
//fnc_usec_selfActions = compile preprocessFileLineNumbers "dayz_code\compile\fn_selfActions.sqf";
};