Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. //Parameters
  2. [] call compile preprocessFileLineNumbers "Vcom\Functions\VCOMAI_DefaultSettings.sqf"; //Load default settings
  3. if (isFilePatchingEnabled && {"" != loadFile "userconfig\VCOM_AI\AISettingsV4.hpp"}) then
  4. {
  5. [] call compile preprocessFileLineNumbers "userconfig\VCOM_AI\AISettingsV4.hpp"; //Overwrite with userconfig
  6. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement