Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TonybynMp4 committed Dec 7, 2023
1 parent ce8f022 commit 2fe7c24
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ox_target - https://github.com/overextended/ox_target
ensure qbx-burgershot
```

## Insert into @qb-smallresources --> server --> consumables.lua
## Insert into @qbx_smallresources --> server --> consumables.lua
```
RegisterNetEvent('consumables:client:bs_burger', function(item)
if lib.progressBar({
Expand Down Expand Up @@ -116,7 +116,7 @@ RegisterNetEvent('consumables:client:bs_Drink', function(item)
end)
```

## Insert into @qb-smallresources --> server --> consumables.lua
## Insert into @qbx_smallresources --> server --> consumables.lua
```
--Burgershot
exports.qbx_core:CreateUseableItem("fries", function(source, item)
Expand Down Expand Up @@ -183,7 +183,7 @@ exports.qbx_core:CreateUseableItem("milkshake", function(source, item)
end)
```

## Insert into @qb-smallresources --> config.lua
## Insert into @qbx_smallresources --> config.lua
```
ConsumablesEat = {
["burger"] = math.random(20, 40),
Expand Down

0 comments on commit 2fe7c24

Please sign in to comment.