Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
fix insert mysql for ESX base
Browse files Browse the repository at this point in the history
  • Loading branch information
yeganehha committed Jan 24, 2021
1 parent 26d8297 commit 006d288
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,6 @@ git clone https://github.com/yeganehha/gang [gang]/gang

- Add this to your server.cfg:

```
add_ace resource.gang command.add_ace allow
start gang
```
- Add this to your server.cfg:

```
add_principal identifier.steam:xxxxxxxxxx group.gangManager
add_ace resource.gang command.add_ace allow
Expand Down
5 changes: 4 additions & 1 deletion __resource.lua
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,8 @@ export 'getGangGradeName'



server_script 'esxBaseFunction.lua'
server_scripts {
'@mysql-async/lib/MySQL.lua',
'esxBaseFunction.lua'
}
client_script 'esxBaseFunction.lua'

0 comments on commit 006d288

Please sign in to comment.