michaelhodgejr / esx_impound

Adds impound lots to FiveM servers via the ESX Framework
13 stars 12 forks source link

Not an issue, more of help with adding location. #10

Open anthonybeatz22 opened 4 years ago

anthonybeatz22 commented 4 years ago

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
    },
}

},

Thank you