Skip to content

# skateboard This is a simple skateboard script that was pulled from https://github.com/DimitriTimoz/ElectricSkateboardFiveM the only changes I made to this script is making it so the skateboard is an item and not used by a command to use. ## I have added an image for the skateboard as well!

Notifications You must be signed in to change notification settings

thogul261/Skateboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qb-skateboard

This is a simple skateboard script that was pulled from https://github.com/DimitriTimoz/ElectricSkateboardFiveM the only changes I made to this script is making it so the skateboard is an item and not used by a command.

I have added an image for the skateboard as well!

Add the image into your qb-inventory images folder.

Place this into your qb-core shared.lua

["skateboard"] 		 	 		 = {["name"] = "skateboard", 					["label"] = "Skateboard", 			["weight"] = 1425, 		["type"] = "item", 			["image"] = "skateboard.png", 			["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = "A cool skateboard!"},```

About

# skateboard This is a simple skateboard script that was pulled from https://github.com/DimitriTimoz/ElectricSkateboardFiveM the only changes I made to this script is making it so the skateboard is an item and not used by a command to use. ## I have added an image for the skateboard as well!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages