Advertisement
majussiani

init.sqf

Feb 17th, 2015
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. // Lootspawner Script
  2. if (isServer) then
  3. {
  4. fn_getBuildingstospawnLoot = compile preProcessFileLineNumbers "scripts\LSpawner\fn_LSgetBuildingstospawnLoot.sqf";
  5. LSdeleter = compile preProcessFileLineNumbers "scripts\LSpawner\LSdeleter.sqf";
  6. execVM "scripts\LSpawner\Lootspawner.sqf";
  7. };
  8.  
  9. // Welcome Credits
  10. [] execVM "scripts\welcome.sqf";
  11.  
  12. // Status bar
  13. [] execVM "scripts\fn_statusBar.sqf";
  14.  
  15. // Name
  16. [] execVM "scripts\player_init.sqf";
  17.  
  18. //FuMS-HC
  19. [] execVM "HC\Init.sqf";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement