Advertisement
Guest User

Untitled

a guest
Nov 18th, 2015
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.56 KB | None | 0 0
  1. class CfgExileCustomCode
  2. {
  3.     /*
  4.         You can overwrite every single file of our code without touching it.
  5.         To do that, add the function name you want to overwrite plus the
  6.         path to your custom file here. If you wonder how this works, have a
  7.         look at our bootstrap/fn_preInit.sqf function.
  8.  
  9.         Simply add the following scheme here:
  10.  
  11.         <Function Name of Exile> = "<New File Name>";
  12.  
  13.         Example:
  14.  
  15.         ExileClient_util_fusRoDah = "myaddon\myfunction.sqf";
  16.     */
  17.     ExileServer_object_player_event_onMpKilled = "custom\ExileServer_object_player_event_onMpKilled.sqf";
  18. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement