1
0
Fork 0
forked from Simnation/Main
Main/resources/[standalone]/nordi_tdm/fxmanifest.lua

28 lines
328 B
Lua
Raw Normal View History

2025-07-26 06:44:14 +02:00
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'