DyScript
  • Welcome
  • Official Store
  • Discord
  • Assets
    • ds-arcade
      • Installation
      • FAQ
      • Configuration Files
      • Mapping
    • ds-soundbuildings
      • Installation
      • FAQ
      • Configuration Files
    • ds-carkeys
      • Installation
      • FAQ
      • Configuration Files
      • Developer API
        • Client Exports
        • Serveur Exports
      • Commands
    • ds-notifications
      • Installation
      • Show code
      • FAQ
      • Developer API
        • Client Exports
        • Serveur Exports
    • ds-pedoffline
      • Installation
      • FAQ
      • Configuration Files
      • SQL
    • ds-freecam
      • Installation
      • FAQ
      • Configuration Files
    • ds-fuel
      • Installation
      • FAQ
      • Configuration Files
      • Props Import
    • ds-craft
      • Installation
      • FAQ
      • Configuration Files
Powered by GitBook
On this page
  • 1. Start Resource
  • 2. Required Dependencies
  • 3. Import Props
  • 4. Start Resource
  1. Assets
  2. ds-fuel

Installation

Last updated 2 days ago

1. Start Resource

Download the purchased resource from - the official site of FiveM with purchased resources.

2. Required Dependencies

This resource requires the following dependencies to function properly:

  • es_extended

  • ox_Inventory

3. Import Props

To use the fuel system, it is absolutely necessary to import the props system.

Props Import

4. Start Resource

To start a resource in your server.cfg, ensure that it begins after your framework has been initiated.

ensure [core] # For example, here is your framework (esx/qb-core)

# DyScrypt Resources
ensure ox_inventory
ensure cdn-fool
ensure ds-fuel

# Here you run your other resources like esx_policejob etc.

Ensure there are no syntax errors or incorrect paths in your server.cfg.

CFX Portal
https://github.com/ESX-Official/es_extended
https://github.com/overextended/ox_inventory