Glitched Scripts
Advanced Trailers

Installation

Install gs-trailers: dependencies, start order, and auto-detect.

Follow every step. Most startup errors come from wrong start order or a missing ox_lib.

Download

Purchase with your own Cfx / Keymaster account. Download from Keymaster. You can transfer the grant to another account from Keymaster if needed.

Escrow errors: FiveM/RedM Asset Escrow.

Keep the resource folder named gs-trailers (or gs-trailers-project). ensure below uses gs-trailers.

Dependencies (required)

DependencyNotes
ox_libRequired

No framework and no MySQL. This resource is standalone.

Optional

Start these before gs-trailers if you use them. Targeting and inventory are detected automatically. See Integrations.

Config.Target = "auto"              -- ox_target, qb-target, qtarget, sleepless_interact, interact, inside-interaction
Config.Inventory = {
    Enable = true,
    System = "auto",                -- ox_inventory, qb-inventory, ps-inventory, qs-inventory, ...
}
Config.CustomUI = true              -- false = ox_lib menus

Asset order

Start after ox_lib (and your target / inventory resource if you use them):

ensure ox_lib
-- ox_target / qb-target / inventory before gs-trailers
ensure gs-trailers

Quick config checklist

Config.Locale = 'en'
Config.Target = "auto"
Config.TargetName = false           -- only if you renamed the resource folder
Config.Inventory = {
    Enable = true,
    System = "auto",
    ResourceName = false,
    Default = { slots = 10, weight = 24000 },
}
Config.CustomUI = true
Config.CustomUIPosition = 'right'
Config.AllowConnectAny = true
Config.ConnectKeybind = "J"

Next

On this page