Advertisement
Guest User

Untitled

a guest
Sep 5th, 2018
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. Config = {}
  2. Config.DrawDistance = 1000.0
  3.  
  4. Config.PublicZones = {
  5. EnterBuilding = {
  6. Pos = { x = -1388, y = -586, z = 31 },
  7. Size = {x = 1.5, y = 1.5, z = 1.0},
  8. Color = {r = 0, g = 0, b = 0},
  9. Marker= 0,
  10. Blip = true,
  11. Name = "Entrance",
  12. Type = "teleport",
  13. Hint = "Press ~E~ to go out.",
  14. Teleport = { x = -1387, y = -589, z = 31 }
  15. },
  16.  
  17. ExitBuilding = {
  18. Pos = { x = 1397.0953369141, y = 1141.6251220703, z = 114.33366394043 }, -- marker entrada
  19. Size = {x = 1.5, y = 1.5, z = 1.0},
  20. Color = {r = 0, g = 0, b = 0},
  21. Marker= 0,
  22. Blip = false,
  23. Name = "Name",
  24. Type = "teleport",
  25. Hint = "Press ~INPUT_PICKUP~ to go out.",
  26. Teleport = { x = 1394.8719482422, y = 1141.9404296875, z = 114.62250518799 }, -- onde spawna depois de entrar
  27. },
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement