Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. enableSaving [false, false];
  2.  
  3. X_Server = false;
  4. X_Client = false;
  5. X_JIP = false;
  6. StartProgress = false;
  7.  
  8. if(!isDedicated) then { X_Client = true;};
  9. enableSaving[false,false];
  10.  
  11. life_versionInfo = "Altis Life RPG v3.1.4.8";
  12. [] execVM "anticheat.sqf";
  13. [] execVM "briefing.sqf"; //Load Briefing
  14. [] execVM "KRON_Strings.sqf";
  15. [] execVM "zlt_fastrope.sqf";
  16. [] execVM "message.sqf";
  17. {_x setMarkerAlphaLocal 0} forEach ["mrkRed","mrkRed_1","mrkRed_1_1","mrkRed_1_3","mrkGreen"];
  18.  
  19. StartProgress = true;
  20.  
  21. //Rain and fog are gone
  22. while {true} do
  23. {
  24. 0 setOvercast 0;
  25. 0 setRain 0;
  26. 0 setFog 0;
  27. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement