sandunisuru / grw-rccars

RC Car script for QB Core Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

grw-rccars - RC Cars for QB Core Servers as Item

This script is mainly based on qalle_rccars by qalle-git

What is this?

  • This is a script for Toy Remote Controlled Cars for QB Core Framework.
  • You can buy this item from any shop and use as regular item.

Features

  • Use RC car as regular item and add it to your shops to improve RP experience.
  • You will now be able to drive your own RCCar.
  • You steer it with UP, DOWN, LEFT, RIGHT -> Arrows.
  • It's synced everyone will see your tablet and rccar.

Control with arrow keys RC Car with Remotes

Can use as a item in inventory Can use as an item

Inbuilt camera enter image description here

Download & Installation

Using Git

cd resources
git clone https://github.com/sandunisuru/grw-rccars

Manually

  • Download from this.

Installation

  • Add this to your server.cfg:
ensure grw-rccars
  • Add rccar.png to your qb-inventory/client/html/images folder
  • Copy and Paste this to your qb-core/shared.lua file
["rccar"] = {["name"] = "rccar", ["label"] = "RC Car", ["weight"] = 8000, ["type"] = "item", ["image"] = "rccar.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Playable RC Toy Car with embedded Camera"}
  • Enjoy :D

About

RC Car script for QB Core Framework

License:Apache License 2.0


Languages

Language:Lua 100.0%