Advertisement
Guest User

Untitled

a guest
May 18th, 2015
312
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. //SpawnMenu
  2. execVM "addons\halv_spawn\init.sqf";
  3. //StatusBar
  4. if(hasInterface) then{[] execVM "addons\Status_Bar\init_statusBar.sqf"};
  5. //SpawnPicture
  6. execVM "DebugPic.sqf";
  7. //MapMarkers
  8. execVM "markers\MarkerKlen.sqf";
  9. execVM "markers\MarkerBash.sqf";
  10. execVM "markers\MarkerStary.sqf";
  11. execVM "markers\MarkerWoodberry.sqf";
  12. //intro
  13. execVM "custom\welcome.sqf";
  14. //WAI_Missions
  15. execVM "wai\remote.sqf";
  16. //Rearm
  17. if(hasInterface) then{
  18. [] execVM "addons\service_point\service_point.sqf";
  19. };
  20. //SEM
  21. if(hasInterface)then{execVM "semClient.sqf"};
  22. //Lootbox Woodberry
  23. execVM 'custom\spawncrates.sqf';
  24. //Lootspawns
  25. if (isServer) then {
  26. fn_getBuildingstospawnLoot = compile preProcessFileLineNumbers "custom\LSpawner\fn_LSgetBuildingstospawnLoot.sqf";
  27. LSdeleter = compile preProcessFileLineNumbers "custom\LSpawner\LSdeleter.sqf";
  28. execVM "custom\LSpawner\Lootspawner.sqf";
  29. };
  30. //Traders
  31. execVM "trader\init.sqf";
  32. execVM "trader\HALV_takegive_crypto_init.sqf";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement