Skip to main content

Installation

caution

Please carefully read installation process, otherwise fd_rc resource will not work.

Dependecies

Global dependencies

We've tried not use a lot of third party dependencies, so you won't need to install that many dependencies. For this resource to work, you'll need to install

Other resources are optional, but by default it has bridge for: ox_target, qb-target, ox_inventory, qb-inventory.

Items

Icons

First of all, please move icons from images/ folder to your inventory resource and add items to inventory config as specified below.

Items

Add items to data/items.lua or where your ox_inventory is.

     ['drone'] = {
label = 'Drone',
weight = 100,
stack = true,
description = "",
server = {
export = 'fd_rc.usedItem'
}
},
['rc_car'] = {
label = 'Remote Control Car',
weight = 100,
stack = true,
description = "",
server = {
export = 'fd_rc.usedItem'
}
},
['rc_batteries'] = {
label = 'RC Batteries',
weight = 100,
stack = true,
description = ""
},
['rc_repair_kit'] = {
label = 'RC Repair Kit',
weight = 100,
stack = true,
description = ""
},
['rc_controller'] = {
label = 'Remote Controller',
weight = 100,
stack = true,
description = "",
server = {
export = 'fd_rc.usedController'
}
},

Start

If you did everything as described above, please start your server and enjoy remote control vehicles!

Common Issues

Questions

If you have an issue or questions, please visit our discord, and open a ticket.