Merge pull request #1 from iplayer1337fivem/patch-1

Update README.md
This commit is contained in:
Jim Shield
2024-02-01 00:17:41 +00:00
committed by GitHub

View File

@@ -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