Garage and Insurance
This is a collaboration script created by Baguscodestudio and 30Pio. 30Pio made the Frontend Baguscodestudio made the fivem script (backend)
Features​
- Garage
- Job Garage (Owned and Shop rent)
- Gang Garage (Owned and Shop rent)
- Impounds
- Insurance (Can be disabled)
- Multiple insurance locations
- Client side unencrypted
Adding garages​
You can use this template for adding garage. The job and gang is OPTIONAL. Use the debug feature to get the camera coordinates.
{
name='legion', -- the id of the garage
label='Legion Garage', -- the label of the garage
type='car', -- Available types: car, boat, plane, helicopter
-- job={ -- Enable this if you want the garage to exclusive to job
-- ['police'] = 0,
-- ['ambulance'] = 0
-- },
-- gang={ -- Enable this if you want the garage to exclusive to gang (QB ONLY!!)
-- ['vagos'] = 0
-- },
coords=vector4(212.4999, -797.0377, 30.8732, 335.7262),
previewCar=vector4(230.6078, -797.5688, 29.9699, 161.2672),
spawnCar=vector4(230.6078, -797.5688, 29.9699, 161.2672),
blip={
sprite=290,
colour=5,
scale=0.8
},
camera={
pos=vec3(227.80, -800.91, 31.22),
rot=vec3(-9.99, 0.00, 288.39),
fov=75.0
}
},