ZOBYETEAM Documentation
  • คู่มือการใช้งาน (Document)
  • 📂Resource
    • ZOBYETEAM_GARAGE
      • Setup
        • oxmysql (จำเป็น)
      • Connections
        • Add vehicle
        • Customize vehicle
      • Common problems
        • ปัญหาน้ำมันไม่บันทึก
    • ZOBYETEAM_CARCUSTOMS
      • Setup
      • Connections
      • Admin commands
    • ZOBYETEAM_CARPARK
      • Setup
    • ZOBYETEAM_ECONOMY
      • Setup
      • Connections
    • ZOBYETEAM_INVENTORY
      • Setup
      • Connections
        • ZOBYETEAM_TRUNK
        • ZOBYETEAM_SAFEBOX
      • Common problems
    • ZOBYETEAM_PROFILE
      • Setup
      • Common problems
    • ZOBYETEAM_PARTY
      • Connections
        • Exports function
        • bt_alljob
      • Common problems
    • ZOBYE_MUSICBOX
      • Config
    • ZOBYETEAM_NOTIFY
      • Connections
        • Exports function
      • Common problems
  • ✉️Contact
    • Github
    • Discord
    • Facebook
Powered by GitBook
On this page
  • Exports function
  • Save Props (Client)
  • Get Vehicle Properties (Client)
  • Set Vehicle Properties (Client)
  • Open Car Customs (Client)
  • Toggle NUI Focus (Client)
  • Open Shop (Client)
  • Cancel Used Item (Client)
  • Reset Camera (Client)
  • Open Stancer (Client)
  • Open Color Customs (Client)
  • Load Vehicle Stancer (Client)

Was this helpful?

  1. Resource
  2. ZOBYETEAM_CARCUSTOMS

Connections

Exports function

Save Props (Client)

-- @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()
PreviousSetupNextAdmin commands

Last updated 4 months ago

Was this helpful?

📂