Installation

How to install and set up the Fuel System resourc

Follow these steps to get stations, refueling, and delivery jobs running correctly on your server.

  1. 1

    Download the resource

    Download the resource and place it in your server's resources folder, e.g. resources/[more]/more_fuelsys — install it alongside more_lib, oxmysql, and ragemenu.

  2. 2

    Import the database

    This resource stores stations, transactions, and delivery orders in your database through oxmysql. Import the resource's SQL file before starting it for the first time.

  3. 3

    Add ensure lines to server.cfg

    Add ensure lines for oxmysql, more_lib, ragemenu, and more_fuelsys to your server.cfg, in that order.

  4. 4

    Restart the server

    Restart your server. With MS.Settings.dev_mode enabled, both the client and server log debug messages tagged [MORE Scripts - Fuelsys] to help confirm it started correctly.

  5. 5

    Place your first station

    Stand where you want a station and run the fuelcreator command (only permission groups in MS.Creator.perms can use it) to open the station creator and configure its pumps, prices, and fuel limit.

server.cfg
1ensure oxmysql2ensure more_lib3ensure ragemenu4ensure more_fuelsys

Load order matters

more_fuelsys depends on oxmysql, more_lib, and ragemenu, so make sure all three start first — otherwise station data won't load, framework detection will be missing, and the interaction menus won't work.

Last updated