Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
swkeep committed Sep 22, 2022
1 parent 5f58212 commit bad5e55
Show file tree
Hide file tree
Showing 23 changed files with 1,594 additions and 1,212 deletions.
2 changes: 1 addition & 1 deletion .vscode/qbcore_fivem.code-snippets
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"scope": "lua",
"prefix": "triggerCallbackQbcore",
"body": [
"QBCore.Functions.TriggerCallback('${1:eventName}', function(result)",
"TriggerCallback('${1:eventName}', function(result)",
"${3}",
"end , ${2:dataThatGetSentToServer})"
]
Expand Down
674 changes: 674 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Dependencies

- [qb-core]()
- [keep-menu](https://github.com/swkeep/keep-menu)
- [qb-radialmenu](https://github.com/qbcore-framework/qb-radialmenu)

## Installation

- Drag and drop resource in your server!
- run the sql.sql on your database.
- setup the config file.
- done!
Loading

0 comments on commit bad5e55

Please sign in to comment.