Resource

Installing our scripts is straightforward and simple. Just follow these steps:

  1. Place the script folder in your server's resources directory

  2. Customize the config.lua file according to your preferences

  3. Ensure all required dependencies are installed and enabled

Required Dependencies

All our scripts require:

  • 5s_lib (is included in the package with each of our scripts)

Server.cfg Configuration

Add the following lines to your server.cfg file, maintaining this load order:

ensure ox_lib
ensure 5s_lib

ensure resource

Last updated