Guest User

Untitled

a guest
Mar 15th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. if (isServer) then {
  2. diag_log "Loading custom server compiles";
  3. };
  4.  
  5. if (!isDedicated) then {
  6. diag_log "Loading custom client compiles";
  7.  
  8. fnc_usec_selfactions = compile preprocessFileLineNumbers "dayz_code\compile\fn_selfActions.sqf";
  9. player_humanityMorph = compile preprocessFileLineNumbers "dayz_code\compile\player_humanityMorph.sqf"; // This line can be removed when Epoch 1.0.6.2 comes out.
  10. };
Add Comment
Please, Sign In to add comment