mirror of
https://github.com/jimathy/jim-consumables.git
synced 2026-08-17 22:46:03 +01:00
Update README.md
This commit is contained in:
@@ -8,6 +8,8 @@ It's main purpose was to make it so players did not stand up while sitting with
|
||||
|
||||
It's recommended to set `Config.UseProgBar` to `false` to get this effect.
|
||||
|
||||
# THIS DOESN'T DPEMOTES OR RPEMOTES YOU **NEED** TO PUT THE EMOTES IN THE BOTTOM OF THE CONFIG.LUA
|
||||
|
||||
## v1.5 Update Information
|
||||
I've added a export system that allows scripts to easily add new foods and drinks to be usable and then sync them between players
|
||||
This should work but may have issues.
|
||||
@@ -120,4 +122,4 @@ local emoteTable = {
|
||||
for k, v in pairs(foodTable) do TriggerEvent("jim-consumables:server:syncAddItem", k, v) end
|
||||
for k, v in pairs(emoteTable) do TriggerEvent("jim-consumables:server:syncAddEmote", k, v) end
|
||||
```
|
||||
This will grab the `shotfries` item info and add it to the `Config.Consumables` while the servers running and the same with the built-in emote system
|
||||
This will grab the `shotfries` item info and add it to the `Config.Consumables` while the servers running and the same with the built-in emote system
|
||||
|
||||
Reference in New Issue
Block a user