SkateBoard
Installation
- Place the folder "drp-skateboard" in your drp folder if drp folder in not available create one or you can just put it in your resources folder.
- Add
ensure drp-skateboard
in yourserver.cfg
if not using drp folder then juststart drp-skateboard
- Add the item to your items.lua(Available in qb-core/shared):
-- DRP Skateboard
["skateboard"] = {["name"] = "skateboard", ["label"] = "Skateboard", ["weight"] = 1000, ["type"] = "item", ["image"] = "skateboard.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "An electric board with wheels which goes fast." },
- Add the image to your inventory images
- Start your server
If want to add in store (optional)
[1] = { --- Change this number according to the number you are putting it in
name = "skateboard", -- Don't touch this
price = 500, -- Change this according to you
amount = 50, -- Change this according to you
info = {}, -- leave this empty
type = "item", -- Don't change this
slot = 1, -- This number should match the top number in my case it is [1]
},
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