neue sachen
This commit is contained in:
parent
e542e77789
commit
b992cdcfef
119 changed files with 5522 additions and 0 deletions
34
resources/[test]/qs-weed/fxmanifest.lua
Normal file
34
resources/[test]/qs-weed/fxmanifest.lua
Normal file
|
@ -0,0 +1,34 @@
|
|||
fx_version 'cerulean'
|
||||
|
||||
games { 'gta5' }
|
||||
|
||||
lua54 'yes'
|
||||
|
||||
shared_script {
|
||||
'@ox_lib/init.lua',
|
||||
'shared/*.lua',
|
||||
'locales/*.lua'
|
||||
}
|
||||
|
||||
client_scripts {
|
||||
'client/**/**/**.lua'
|
||||
}
|
||||
|
||||
server_scripts {
|
||||
'@mysql-async/lib/MySQL.lua',
|
||||
'server/**/**/**.lua'
|
||||
}
|
||||
|
||||
dependencies {
|
||||
'ox_lib'
|
||||
}
|
||||
|
||||
escrow_ignore {
|
||||
'shared/config.lua',
|
||||
'locales/*.lua',
|
||||
'client/custom/**/**.lua',
|
||||
'server/custom/**/**.lua',
|
||||
'server/custom/missions'
|
||||
}
|
||||
|
||||
dependency '/assetpacks'
|
Loading…
Add table
Add a link
Reference in a new issue