Advertisement
Guest User

Untitled

a guest
Jan 20th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 KB | None | 0 0
  1. respawn_on_base = {
  2. if (license_civ_band) then { player setPosATL [3098.56,2910.93,0];
  3. titleCut [" ","BLACK in",5];
  4. playSound "opyat" };
  5. else if (license_civ_voenstal) then { player setPosATL [3808.56,13.0936,0];
  6. titleCut [" ","BLACK in",5];
  7. playSound "opyat" };
  8. Else if (license_civ_dolg) then { player setPosATL [4662,4224.26,0];
  9. titleCut [" ","BLACK in",5];
  10. playSound "opyat" };
  11. Else if (license_civ_monolit) then { player setPosATL [4063.2,6698.05,0];
  12. titleCut [" ","BLACK in",5];
  13. playSound "opyat" };
  14. else if (license_civ_army) then { player setPosATL [3808.56,13.0936,0];
  15. titleCut [" ","BLACK in",5];
  16. playSound "opyat" };
  17. else if (license_civ_mersenaries) then { player setPosATL [7215.53,1352.4,0];
  18. titleCut [" ","BLACK in",5];
  19. playSound "opyat" };
  20. else if (license_civ_clearsky) then { player setPosATL [504.683,1293.71,0];
  21. titleCut [" ","BLACK in",5];
  22. playSound "opyat" };
  23. else if (license_civ_vola) than { player setPosATL [6613.22,4419.98,0];
  24. titleCut [" ","BLACK in",5];
  25. playSound "opyat" };
  26. else if (license_civ_science) then { player setPosATL [1140.03,4285.87,0];
  27. titleCut [" ","BLACK in",5];
  28. playSound "opyat" };
  29. else if (license_civ_alfa) then { player setPosATL [2300.66,4464.65,0];
  30. titleCut [" ","BLACK in",5];
  31. playSound "opyat" };
  32. else if (license_civ_neitral) then { player setPosATL [1991.15,15.0983,0];
  33. titleCut [" ","BLACK in",5];
  34. playSound "opyat" };
  35. else if (license_civ_bolot) then { player setPosATL [1053.43,1541.59,0];
  36. titleCut [" ","BLACK in",5];
  37. playSound "opyat" };
  38. else if (license_civ_monolit) then { player setPosATL [4451.17,24.3519,0];
  39. titleCut [" ","BLACK in",5];
  40. playSound "opyat" };
  41. else { player setPosATL [3428.77,798.296,0];
  42. titleCut [" ","BLACK in",5];
  43. playSound "opyat" }; };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement