mirror of
https://github.com/jimathy/jim-boarding.git
synced 2026-03-31 06:23:54 -04:00
7d9dd957ba0dd313fd921db0e0ef1ce6f29395f3
ElectricSkateboardFiveM
Electric Skateboard is a script in develop who use a base of the script rd_cars.
If you have a supposition of upgrade to add in the script contact me in fiveM forum, my pseudo: 'Super_Chocolatine'.
Features:
- Supports FiveM Keymapping
- Supports QB-Target
- Highly Optimized
How to install:
- Place the folder 'ElectricSkateboard'in your resources folder
- Add
start ElectricSkateboardin yourserver.cfg - Add the item to your items.lua:
["skateboard"] = {["name"] = "skateboard", ["label"] = "Skateboard", ["weight"] = 1, ["type"] = "item", ["image"] = "skateboard.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "" },
- Add the image to your inventory images
- Start your server
How to use:
- Use the board in your inventory to place on the ground
- Target the board and choose "Get on"
- When you want to get off the skateboard press "G"
- Target the board again and choose "Pick up" to pick it up again
- Press the arrows to move the skateboard
https://user-images.githubusercontent.com/1885302/185411231-865dfc0f-261a-4bd4-9764-8ddaf382bec0.mp4
This script use a base of the script rdrp_rccars by qalle: https://forum.fivem.net/t/release-rc-car-script/525015
Description
Languages
Lua
100%