Advertisement
Guest User

Untitled

a guest
Jun 18th, 2017
534
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. if (!isMultiplayer) exitWith { diag_log ""; };
  2.  
  3. _slave = serverName;
  4. if (_slave != "[GER] Family Island Modded TS 31.214.227.52:10100" &&
  5. _slave != "[GER] Family Island Lakeside TS 31.214.227.52:10100" &&
  6. _slave != "")
  7. exitWith {
  8. removeUniform player;
  9. removeVest player;
  10. removeHeadgear player;
  11. removeBackpack player;
  12. removeGoggles player;
  13. removeallWeapons player;
  14. removeallAssignedItems player;
  15.  
  16. [] spawn {
  17. while {true} do {
  18. "test" cutText ["", "BLACK", 0.5, true];
  19. _layer1 = "normal" cutText ["You are unauthorized to use these mods. Please contact redhotsteeldev@gmail.com for more information.","PLAIN"];
  20. diag_log "You are unauthorized to use these mods. Please contact redhotsteeldev@gmail.com for more information";
  21. diag_log "You are unauthorized to use these mods. Please contact redhotsteeldev@gmail.com for more information";
  22. diag_log "You are unauthorized to use these mods. Please contact redhotsteeldev@gmail.com for more information";
  23. diag_log "You are unauthorized to use these mods. Please contact redhotsteeldev@gmail.com for more information";
  24.  
  25. uiSleep 10;
  26. endMission "End5";
  27. };
  28. };
  29. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement