Advertisement
Mate_Tv

Coordinates for LS Custom

Oct 22nd, 2022
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.66 KB | Gaming | 0 0
  1. Config.Zones = {
  2.  
  3.     ls1 = {
  4.         Pos   = { x = 1548.97, y = 3517.18, z = 35.55},
  5.         Size  = {x = 3.0, y = 3.0, z = 0.2},
  6.         Color = {r = 204, g = 204, b = 0},
  7.         Marker= 1,
  8.         Name  = _U('blip_name'),
  9.         Hint  = _U('press_custom')
  10.     },
  11.  
  12.     ls2 = {
  13.         Pos   = { x = 1552.35, y = 3518.46, z = 35.72},
  14.         Size  = {x = 3.0, y = 3.0, z = 0.2},
  15.         Color = {r = 204, g = 204, b = 0},
  16.         Marker= 1,
  17.         Name  = _U('blip_name'),
  18.         Hint  = _U('press_custom')
  19.     },
  20.  
  21.     ls3 = {
  22.         Pos   = { x = 1534.15, y = 3535.23, z = 35.43},
  23.         Size  = {x = 3.0, y = 3.0, z = 0.2},
  24.         Color = {r = 204, g = 204, b = 0},
  25.         Marker= 1,
  26.         Name  = _U('blip_name'),
  27.         Hint  = _U('press_custom')
  28.     }
  29.  
  30.  
  31. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement