arma2-epoch-server/MPMissions/DayZ_Epoch_24.Napf/rlnt/client/init/compiles.sqf

13 lines
403 B
Plaintext
Raw Normal View History

2022-04-21 16:15:41 +03:00
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";
};