forked from Simnation/Main
Create fxmanifest.lua
This commit is contained in:
parent
4909099c58
commit
9b0de65e94
1 changed files with 27 additions and 0 deletions
27
resources/[standalone]/nordi_tdm/fxmanifest.lua
Normal file
27
resources/[standalone]/nordi_tdm/fxmanifest.lua
Normal file
|
@ -0,0 +1,27 @@
|
|||
fx_version 'cerulean'
|
||||
game 'gta5'
|
||||
|
||||
author 'YourName'
|
||||
description 'TeamDeathmatch System für QBCore'
|
||||
version '1.0.0'
|
||||
|
||||
shared_scripts {
|
||||
'@ox_lib/init.lua',
|
||||
'config.lua'
|
||||
}
|
||||
|
||||
client_scripts {
|
||||
'client.lua'
|
||||
}
|
||||
|
||||
server_scripts {
|
||||
'server.lua'
|
||||
}
|
||||
|
||||
dependencies {
|
||||
'qb-core',
|
||||
'ox_lib',
|
||||
'qb-target'
|
||||
}
|
||||
|
||||
lua54 'yes'
|
Loading…
Add table
Add a link
Reference in a new issue