Price
UnknownA script by Tiwabs
Price
UnknownThis script adds remote-controlled (RC) vehicles to your FiveM server.
Watch the video here
Youtube 
Purchase here
tebex store 
Inventory items
Object placed on hands when using the item
List of availables vehicles
You see your clone on the minimap while driving
You see your vehicle on the minimap when not driving
Starting loosing the signal
Signal loss
(ESX / QBCore / QBOX / Standalone)This script allows players to control remote-controlled (RC) vehicles in a game environment. Here’s how it works:
This script provides a realistic and immersive RC vehicle experience, with features like signal loss and visual effects adding depth to the gameplay.
Everything is ./bridge folder comes preconfigured and not encrypted so you can edit as needed.
Standalone is configured with minimal functionnality (command /rc <model> to use the rc).
For standalone framework Call this export in regard to use the script correctly:
exports['twRc']:useRcItem(model)
ox_inventory/data/items.lua["rctampa2"] = {
label = "Rc Tampa",
weight = 1000,
stack = false,
close = true,
description = "Control remotely a little rc car",
client = {
image = "rctampa2.png",
export = 'twRc.useRcItem'
}
},
["rcnero2"] = {
label = "RC NERO",
weight = 1000,
stack = false,
close = true,
description = "Control remotely a little rc car",
client = {
image = "rcnero2.png",
export = 'twRc.useRcItem'
}
},
["rcopenwheel2"] = {
label = "RC Formula",
weight = 1000,
stack = false,
close = true,
description = "Control remotely a little rc car",
client = {
image = "rcopenwheel2.png",
export = 'twRc.useRcItem'
}
},
["rctrophytruck"] = {
label = "RC Trophy Truck",
weight = 1000,
stack = false,
close = true,
description = "Control remotely a little rc car",
client = {
image = "rctrophytruck.png",
export = 'twRc.useRcItem'
}
},
["rcbandito"] = {
label = "RC Bandito",
weight = 1000,
stack = false,
close = true,
description = "Control remotely a little rc car",
client = {
image = "rcbandito.png",
export = 'twRc.useRcItem'
}
},
./setup folder to ox_inventory/web/images/.qb-core/shared/items.lua. -- RC Vehicles
rctampa2 = { name = 'rctampa2', label = 'RC Tampa', weight = 1000, type = 'item', image = 'rctampa2.png', unique = true, useable = true, shouldClose = true, description = 'Control remotely a little rc car' },
rcnero2 = { name = 'rcnero2', label = 'RC NERO', weight = 1000, type = 'item', image = 'rcnero2.png', unique = true, useable = true, shouldClose = true, description = 'Control remotely a little rc car' },
rcopenwheel2 = { name = 'rcopenwheel2', label = 'RC OpenWheel', weight = 1000, type = 'item', image = 'rcopenwheel2.png', unique = true, useable = true, shouldClose = true, description = 'Control remotely a little rc car' },
rctrophytruck = { name = 'rctrophytruck', label = 'RC Trophy Truck', weight = 1000, type = 'item', image = 'rctrophytruck.png', unique = true, useable = true, shouldClose = true, description = 'Control remotely a little rc car' },
rcbandito = { name = 'rcbandito', label = 'RC Bandito', weight = 1000, type = 'item', image = 'rcbandito.png', unique = true, useable = true, shouldClose = true, description = 'Control remotely a little rc car' },
./setup folder to qb-inventory/html/images../setup folder.|-------------------------------------|-----------------------------------|
| Assets are accessible | No |
| Code is accessible | Partialy (bridge only) |
| Subscription-based | No |
| Lines (approximately) | 1300 |
| Requirements | OneSync, ox_lib |
|Support | Yes|
See what others are saying about this script.
Share your experience and help others.