mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
- 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.
8 lines
201 B
Plaintext
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";
|
|
}; |