Advertisement
MGT

Untitled

MGT
Mar 16th, 2016
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. if (isMultiplayer) then
  2. {
  3. if !(getRemoteSensorsDisabled) then
  4. {
  5. disableRemoteSensors true;
  6. };
  7. [] spawn
  8. {
  9. waitUntil { !(isNull player) };
  10. [] execFSM "exile_client\fsm\login.fsm";
  11. true
  12. };
  13. [] spawn compileFinal preprocessFileLineNumbers "addons\restart\restart.sqf";
  14. }
  15. else
  16. {
  17. };
  18. };
  19. };
  20. true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement