Advertisement
bibi8667

Untitled

Feb 28th, 2019
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. //HALV SPAWN
  2. [] execVM "addons\halv_spawn\init.sqf";
  3.  
  4. //KILL MESSAGE
  5. [] execVM "addons\messages\init.sqf";
  6.  
  7. //STATUS BAR
  8. if (hasInterface) then {
  9. [] execVM "addons\Ignatz_Statusbar.sqf";
  10. };
  11.  
  12.  
  13. //Trader
  14. [] execVM "trader\init.sqf";
  15. [] execVM "trader\HALV_takegive_crypto_init.sqf";
  16. [] execVM "trader\resetvehicleammo.sqf";
  17.  
  18. //ATM
  19. if (isServer) then {
  20. [] execVM "q\addons\traderATMs\init.sqf";
  21. };
  22.  
  23. // IgiLoad
  24. [] execVM "IgiLoad\IgiLoadInit.sqf";
  25.  
  26. //Missionen Blackeagle
  27. []execVM "debug\blckClient.sqf";
  28.  
  29. // VEMFr
  30. if hasInterface then
  31. {
  32. [] ExecVM "VEMFr_client\sqf\initClient.sqf"; // Client-side part of VEMFr
  33. };
  34.  
  35. //A3EAI
  36. #include "A3EAI_Client\A3EAI_initclient.sqf";
  37.  
  38. //Briefing
  39. if(hasInterface)then{
  40. [] execVM "addons\briefing\briefing.sqf";
  41. };
  42.  
  43. //Safezone Center
  44. If (isserver) then {
  45.  
  46. Call Compile preprocessfilelinenumbers "myitems.sqf";
  47.  
  48. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement