From f73a679d911aa03fa3b2eacc11dbdc669cd4ee27 Mon Sep 17 00:00:00 2001 From: Jim Shield Date: Thu, 18 Aug 2022 14:50:18 +0100 Subject: [PATCH] Update Readme with preview video --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1d7722a..fdefad6 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,17 @@ 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: 1. Place the folder 'ElectricSkateboard'in your resources folder 2. Add `start ElectricSkateboard` in your `server.cfg` 3. Add the item to your items.lua: ```lua - ["skateboard"] = {["name"] = "skateboard", ["label"] = "Skateboard", ["weight"] = 1, ["type"] = "item", ["image"] = "skateboard.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""}, +["skateboard"] = {["name"] = "skateboard", ["label"] = "Skateboard", ["weight"] = 1, ["type"] = "item", ["image"] = "skateboard.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "" }, ``` 4. Add the image to your inventory images 5. Start your server @@ -22,5 +27,7 @@ If you have a supposition of upgrade to add in the script contact me in fiveM fo - 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 \ No newline at end of file +https://forum.fivem.net/t/release-rc-car-script/525015