forked from Simnation/Main
Update fxmanifest.lua
This commit is contained in:
parent
92940f4b7e
commit
f3d1b04df4
1 changed files with 16 additions and 0 deletions
|
@ -8,3 +8,19 @@ version '1.0.0'
|
||||||
shared_scripts {
|
shared_scripts {
|
||||||
'config.lua'
|
'config.lua'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
client_scripts {
|
||||||
|
'client.lua'
|
||||||
|
}
|
||||||
|
|
||||||
|
server_scripts {
|
||||||
|
'server.lua'
|
||||||
|
}
|
||||||
|
|
||||||
|
lua54 'yes'
|
||||||
|
|
||||||
|
dependencies {
|
||||||
|
'qb-core',
|
||||||
|
'tgiann-inventory'
|
||||||
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue