mirror of
https://github.com/jimathy/jim-boarding.git
synced 2026-03-31 06:23:54 -04:00
@@ -19,6 +19,10 @@ With the help of `jim_bridge` this also brings more optimization and more featur
|
||||
```lua
|
||||
["skateboard"] = {["name"] = "skateboard", ["label"] = "Skateboard", ["weight"] = 1, ["type"] = "item", ["image"] = "skateboard.png", ["unique"] = true, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = ""},
|
||||
```
|
||||
New format:
|
||||
```lua
|
||||
skateboard = { name = "skateboard", label = "Skateboard", weight = 1, type = "item", image = "skateboard.png", unique = true, useable = true, shouldClose = true, combinable = nil, description = "a jimnastic board"},
|
||||
```
|
||||
4. Add the image to your inventory images
|
||||
5. Start your server
|
||||
|
||||
@@ -30,4 +34,4 @@ With the help of `jim_bridge` this also brings more optimization and more featur
|
||||
- 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
|
||||
https://forum.fivem.net/t/release-rc-car-script/525015
|
||||
|
||||
Reference in New Issue
Block a user