You've already forked arma2-epoch-server
Initial
This commit is contained in:
12
MPMissions/DayZ_Epoch_24.Napf/rlnt/client/init/compiles.sqf
Executable file
12
MPMissions/DayZ_Epoch_24.Napf/rlnt/client/init/compiles.sqf
Executable file
@ -0,0 +1,12 @@
|
||||
if (isServer) then {
|
||||
diag_log "Loading custom rlnt server compiles...";
|
||||
};
|
||||
|
||||
if (!isDedicated) then {
|
||||
diag_log "Loading custom rlnt client compiles...";
|
||||
|
||||
//RLNT - Relentless
|
||||
/* RLNT - WeaponHUD */
|
||||
fnc_hud_getImages = compile preprocessFileLineNumbers "rlnt\functions\hud_getImages.sqf";
|
||||
fnc_hud_updateImages = compile preprocessFileLineNumbers "rlnt\functions\hud_updateImages.sqf";
|
||||
};
|
Reference in New Issue
Block a user