Skip to content

Multi-Framework and updated of the electric skateboard

Notifications You must be signed in to change notification settings

jimathy/jim-skateboard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jim-Skateboard

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'.

Disclaimer:

This is based originally on ElectricSkateboardFiveM but completely rewritten and changed to handle newer fivem features
With the help of `jim_bridge` this also brings more optimization and more features and works on supported frameworks

How to install:

  1. Install jim_bridge from github and add it before this script in your server load order
  2. Place the folder 'jim-skateboard' in your resources folder
  3. Add start jim-skateboard in your server.cfg
  4. 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"] = ""},

New format:

	skateboard 	  	= { name = "skateboard",	label = "Skateboard",	weight = 1,   type = "item", image = "skateboard.png", 	unique = true, 	useable = true, 	shouldClose = true,	combinable = nil,  	description = "a jimnastic board"},
  1. Add the image to your inventory images
  2. 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

This script use a base of the script rdrp_rccars by qalle: https://forum.fivem.net/t/release-rc-car-script/525015

About

Multi-Framework and updated of the electric skateboard

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 100.0%