Advertisement
Guest User

Untitled

a guest
Jun 9th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. Config = {}
  2. Config.DrawDistance = 100
  3. Config.Size = { x = 1.5, y = 1.5, z = 1.5 }
  4. Config.Color = { r = 0, g = 128, b = 255 }
  5. Config.Type = 1
  6. Config.Locale = 'de'
  7. Config.EnableLicense = false -- only turn this on if you are using esx_license
  8. Config.LicensePrice = 3000
  9.  
  10. Config.Zones = {
  11.  
  12. GunShop = {
  13. legal = 0,
  14. Items = {},
  15. Pos = {
  16. { x = -662.180, y = -934.961, z = 20.829 },
  17. { x = 810.25, y = -2157.60, z = 28.62 },
  18. { x = 1693.44, y = 3760.16, z = 33.71 },
  19. { x = -330.24, y = 6083.88, z = 30.45 },
  20. { x = 252.63, y = -50.00, z = 68.94 },
  21. { x = 22.09, y = -1107.28, z = 28.80 },
  22. { x = 2567.69, y = 294.38, z = 107.73 },
  23. { x = -1117.58, y = 2698.61, z = 17.55 },
  24. { x = 842.44, y = -1033.42, z = 27.19 },
  25.  
  26. }
  27. },
  28.  
  29. BlackWeashop = {
  30. legal = 1,
  31. Items = {},
  32. Pos = {
  33. { x = -1306.239, y = -394.018, z = 35.695 },
  34. }
  35. },
  36.  
  37. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement