Hey guys, so I changed the Sandy location to another one, tested it, and it worked great. Now in addition to the Sandy I would like to have another lot in the city, when I added it the script disappeared from the map, can you tell me if what I need to do to make both work togehter?
Config.ImpoundLots = {
Sandy = {
Pos = {x=2328.29, y= 3135.57, z= 48.17},
Size = {x = 3.0, y = 3.0, z = 1.0},
Color = {r = 204, g = 204, b = 0},
Marker = -1,
DropoffPoint = {
Pos = {x=2328.29, y= 3135.57, z= 48.17},
Color = {r=58,g=100,b=122},
Size = {x = 3.0, y = 3.0, z = 1.0},
Marker = 27
},
RetrievePoint = {
Pos = {x=2315.73, y= 3137.75, z= 47.99},
Color = {r=0,g=0,b=0},
Size = {x = 3.0, y = 3.0, z = 1.0},
Marker = -1
},
City = {
Pos = {x=141.29, y= -1073.39, z= 29.19},
Size = {x = 3.0, y = 3.0, z = 1.0},
Color = {r = 204, g = 204, b = 0},
Marker = -1,
DropoffPoint = {
Pos = {x=141.29, y= -1073.39, z= 29.19},
Color = {r=58,g=100,b=122},
Size = {x = 3.0, y = 3.0, z = 1.0},
Marker = 27
},
RetrievePoint = {
Pos = {x=131.17, y= -1072.71, z= 29.19},
Color = {r=0,g=0,b=0},
Size = {x = 3.0, y = 3.0, z = 1.0},
Marker = -1
},
}
Hey guys, so I changed the Sandy location to another one, tested it, and it worked great. Now in addition to the Sandy I would like to have another lot in the city, when I added it the script disappeared from the map, can you tell me if what I need to do to make both work togehter?
Config.ImpoundLots = { Sandy = { Pos = {x=2328.29, y= 3135.57, z= 48.17}, Size = {x = 3.0, y = 3.0, z = 1.0}, Color = {r = 204, g = 204, b = 0}, Marker = -1, DropoffPoint = { Pos = {x=2328.29, y= 3135.57, z= 48.17}, Color = {r=58,g=100,b=122}, Size = {x = 3.0, y = 3.0, z = 1.0}, Marker = 27 }, RetrievePoint = { Pos = {x=2315.73, y= 3137.75, z= 47.99}, Color = {r=0,g=0,b=0}, Size = {x = 3.0, y = 3.0, z = 1.0}, Marker = -1 },
},
Thank you