Advanced Configuration
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
shared/config.luaclient/edit.lua
This contains client side alerts, 3D text, dispatch, and robbery minigame.
client/edit.luaclient/framework/*.lua
Depending on the framework you chose, this is where you will setup framework specific functions to work with the motorhomes
client/framework/*luaserver/framework/*.lua
Depending on the framework you chose, this is where you will modify player specific functions or other framework specific functions
server/framework/*.luaLast updated