-- @params
-- vehicle, type - number, desc - entity of vehicle
-- properties, type - table, desc - properties of vehicle
exports['zobyeteam_carcustoms']:SaveProps(vehicle, properties)
Get Vehicle Properties (Client)
-- @params
-- vehicle, type - number, desc - entity of vehicle
exports['zobyeteam_carcustoms']:GetVehicleProperties(vehicle)
Set Vehicle Properties (Client)
-- @params
-- vehicle, type - number, desc - entity of vehicle
-- properties, type - table, desc - properties of vehicle
exports['zobyeteam_carcustoms']:SetVehicleProperties(vehicle, properties)
Open Car Customs (Client)
-- open car customs but still check like normal open such as position and owned vehicle
-- @params
-- forceOpen if true will not check any conditions.
exports['zobyeteam_carcustoms']:OpenCarCustom(forceOpen)
Toggle NUI Focus (Client)
-- toggle nui focus of camera view
-- @params
exports['zobyeteam_carcustoms']:ToggleNuiFocus()
Open Shop (Client)
-- open shop but still check like normal open
-- @params
exports['zobyeteam_carcustoms']:OpenShop()
Cancel Used Item (Client)
-- cancel car customs item that you're holding
-- @params
exports['zobyeteam_carcustoms']:CancelUsedItem()
Reset Camera (Client)
-- reset camera view to default or camera view of menu
-- @params
exports['zobyeteam_carcustoms']:ResetCamera()
Open Stancer (Client)
-- open stancer customs but still check like normal open such as position
-- @params
exports['zobyeteam_carcustoms']:OpenStancer()
Open Color Customs (Client)
-- open color customs but still check like normal open such as position
-- @params
exports['zobyeteam_carcustoms']:OpenColorCustoms()
Load Vehicle Stancer (Client)
-- apply stancer to close vehicle that you owned (auto run in our script)
-- @params
exports['zobyeteam_carcustoms']:LoadVehicleStancer()