Skip to main content

SkateBoard

Installation

  1. 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.
  2. Add ensure drp-skateboard in your server.cfgif not using drp folder then just start drp-skateboard
  3. 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." },
  1. Add the image to your inventory images
  2. 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?

  1. Use the board in your inventory to place on the ground
  2. Target the board and choose "Get on"
  3. When you want to get off the skateboard press "G"
  4. Target the board again and choose "Pick up" to pick it up again
  5. Press the arrows to move the skateboard