1
0
Fork 0
forked from Simnation/Main

Create fxmanifest.lua

This commit is contained in:
Nordi98 2025-07-26 06:44:14 +02:00
parent 4909099c58
commit 9b0de65e94

View 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'