Advertisement
Mate_Tv

Coordinates for the machanicjob*

Oct 21st, 2022 (edited)
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.01 KB | Gaming | 0 0
  1. Config.Zones = {
  2.  
  3.     MechanicActions = {
  4.         Pos   = { x = 1556.71, y = 3523.63, z = 34.97 },
  5.         Size  = { x = 1.5, y = 1.5, z = 1.0 },
  6.         Color = { r = 204, g = 204, b = 0 },
  7.         Type  = 1
  8.     },
  9.  
  10.     Garage = {
  11.         Pos   = { x = 1006.92, y = 3592.39, z = 32.62 },
  12.         Size  = { x = 1.5, y = 1.5, z = 1.0 },
  13.         Color = { r = 204, g = 204, b = 0 },
  14.         Type  = 1
  15.     },
  16.  
  17.     Craft = {
  18.         Pos   = { x = 1551.06, y = 3513.74, z = 35.21 },
  19.         Size  = { x = 1.5, y = 1.5, z = 1.0 },
  20.         Color = { r = 204, g = 204, b = 0 },
  21.         Type  = 1
  22.     },
  23.  
  24.     VehicleSpawnPoint = {
  25.         Pos   = { x = 1552.61, y = 3558.54, z = 35.89, h = 224.91 },
  26.         Size  = { x = 1.5, y = 1.5, z = 1.0 },
  27.         Type  = -1
  28.     },
  29.  
  30.     VehicleDeleter = {
  31.         Pos   = { x = 1580.89, y = 3543.0, z = 34.51 },
  32.         Size  = { x = 3.0, y = 3.0, z = 1.0 },
  33.         Color = { r = 204, g = 204, b = 0 },
  34.         Type  = 1
  35.     },
  36.  
  37.     VehicleDelivery = {
  38.         Pos   = { x = 1079.09, y = 3567.85, z = 34.09 },
  39.         Size  = { x = 20.0, y = 20.0, z = 3.0 },
  40.         Color = { r = 204, g = 204, b = 0 },
  41.         Type  = -1
  42.     }
  43. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement