Advertisement
Guest User

Untitled

a guest
Jan 20th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. respawn_on_base = {
  2. switch (true) do
  3. {
  4. case "license_civ_band":
  5. {
  6. player setPosATL [3098.56,2910.93,0];
  7. titleCut [" ","BLACK in",5];
  8. playSound "opyat";
  9. };
  10. case "license_civ_voenstal":
  11. {
  12. player setPosATL [3808.56,13.0936,0];
  13. titleCut [" ","BLACK in",5];
  14. playSound "opyat";
  15. };
  16. case "license_civ_dolg":
  17. {
  18. player setPosATL [4662,4224.26,0];
  19. titleCut [" ","BLACK in",5];
  20. playSound "opyat";
  21. };
  22. default { player setPosATL [3428.77,798.296,0];
  23. titleCut [" ","BLACK in",5];
  24. playSound "opyat"; };
  25. };
  26. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement