Page cover

πŸ›Hot Tube

Documentation of Hot Tube Script

Compatible with ESX, QBCore, and Standalone frameworks.

ESX Documentation
  • Config.lua:

    • Set Framework name as ESX and Framework core as es_extended (or other if you renamed es_extended).

    • Set Target options if you want to use ox_target instead of 3D Text.

  • Create the items of hubs: standard_hub, advanced_hub, luxury_hub.

QBCore Documentation
  • Config.lua:

    • Set Framework name as QB and Framework core as qb-core (or other if you renamed qb-core).

    • Set Target options if you want to use ox_target/qb-target instead of 3D Text.

  • Create the items of hubs: standard_hub, advanced_hub, luxury_hub. (Optional, the script automatically creates them)

Standalone Documentation
  • Config.lua:

    • Set Framework name as STANDALONE and Framework core blank.

  • Permission to Place Hub (Example of Ace hottubs.place):

    Ace Perms (server.cfg)

    hottubs.place -> add_ace <identifier> hottubs.place allow

    Config.Hubs (config.lua)

    permission = "hottubs.place"

Last updated

Was this helpful?