Advertisement
Guest User

Untitled

a guest
Apr 24th, 2015
387
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.69 KB | None | 0 0
  1. //=====================================================================================================================
  2. // Kill messages
  3. //=====================================================================================================================
  4. [] execVM "custom\messages\init.sqf";
  5. #include "A3EAI_Client\A3EAI_initclient.sqf";
  6.  
  7.  
  8. if (!isDedicated and hasInterface) then
  9. {
  10. //=====================================================================================================================
  11. // Server info on mapscreen
  12. //=====================================================================================================================
  13. [] execVM "custom\server_info.sqf";
  14. //=====================================================================================================================
  15. // Status Bar
  16. //=====================================================================================================================
  17. [] execVM "custom\init_statusBar.sqf";
  18. //=====================================================================================================================
  19. // SEM
  20. //=====================================================================================================================
  21. []execVM "semClient.sqf";
  22. };
  23.  
  24. //////////////////////////////////////////////////////////////////////////
  25. //cmEARPLUGS CODE START
  26.  
  27. call compile preProcessFileLineNumbers "cmEarplugs\config.sqf";
  28.  
  29. //cmEARPLUGS CODE END
  30. //////////////////////////////////////////////////////////////////////////
  31.  
  32. // EPOCH_spawnIndex = ["Epoch_Cloak_F", "GreatWhite_F", "Epoch_Sapper_F", "Epoch_SapperB_F", "I_UAV_01_F", "PHANTOM", "B_Heli_Transport_01_F"];
  33. EPOCH_spawnIndex = [2,1,2,2,0,1,1];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement