Advertisement
Guest User

Untitled

a guest
Jul 4th, 2017
501
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. if (!isMultiplayer) exitWith { diag_log ""; };
  2.  
  3. _WhitelistedServer = [
  4. "[GER] michecortes.de - Tanoa Life RPG | Modded Server | Open Alpha",
  5. "[GER] michecortes.de - Testerver",
  6. "[DE|GER] MaldenLifeRPG - Abenteuer Malden - by MaldenLifeRPG.de"
  7. ];
  8. _slave = serverName;
  9. if (!_slave in _WhitelistedServer) exitwith {
  10. removeUniform player;
  11. removeVest player;
  12. removeHeadgear player;
  13. removeBackpack player;
  14. removeGoggles player;
  15. removeallWeapons player;
  16. removeallAssignedItems player;
  17. [] spawn {
  18. while {true} do {
  19. "test" cutText ["", "BLACK", 0.5, true];
  20. _layer1 = "normal" cutText ["You are unauthorized to use these mods. Please contact redhotsteeldev@gmail.com for more information.","PLAIN"];
  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. diag_log "You are unauthorized to use these mods. Please contact redhotsteeldev@gmail.com for more information";
  25. uiSleep 10;
  26. endMission "End5";
  27. };
  28. };
  29. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement