G[S]cripts
  • G[S]cripts Documentation
  • FiveM/RedM Asset Escrow
  • Trucking Job
    • Installation
    • Commands & Exports
    • Advanced Configuration
      • shared/config.lua
      • client/edit.lua
      • server/edit.lua
  • Advanced Trailers
    • Installation
    • Commands & Exports
    • Advanced Configuration
      • shared/config.lua
      • client/edit.lua
  • Motorhomes
    • Installation
    • Commands & Exports
    • Advanced Configuration
      • shared/config.lua
      • client/edit.lua
      • client/framework/*lua
      • server/framework/*.lua
  • Moonshining
    • Installation
    • Advanced Configuration
      • config.lua
      • editable/client.lua
  • Bank Robbery
    • Installation
    • Advanced Configuration
      • config.lua
      • editable/client.lua
      • editable/server.lua
  • GANG WARS
    • Installation
    • Advanced Configuration
      • config.lua
      • editable/client.lua
      • editable/server.lua
    • Exports
Powered by GitBook
On this page
  • shared/config.lua
  • client/edit.lua
  • client/framework/*.lua
  • server/framework/*.lua
  1. Motorhomes

Advanced Configuration

PreviousCommands & ExportsNextshared/config.lua

Last updated 1 year ago

This asset provides extensive customization anywhere from controlling the asset and its various functionality, to client side functions in order to meet the requirements of your own framework


shared/config.lua

This contains all the configurations for various trailers, whitelist settings, keybind settings and the ability to disable different features


client/edit.lua

This contains client side alerts, 3D text, dispatch, and robbery minigame.


client/framework/*.lua

Depending on the framework you chose, this is where you will setup framework specific functions to work with the motorhomes


server/framework/*.lua

Depending on the framework you chose, this is where you will modify player specific functions or other framework specific functions

shared/config.lua
client/edit.lua
client/framework/*lua
server/framework/*.lua