1
0
Fork 0
forked from Simnation/Main
Main/resources/[inventory]/nordi_pfand/fxmanifest.lua

28 lines
351 B
Lua
Raw Permalink Normal View History

2025-07-29 00:00:56 +02:00
fx_version 'cerulean'
game 'gta5'
lua54 'yes'
author 'YourName'
description 'Pfandsystem für QBCore'
version '1.0.0'
shared_scripts {
'@ox_lib/init.lua',
'config.lua'
}
client_scripts {
'client/main.lua'
}
server_scripts {
'server/main.lua'
}
dependencies {
'qb-core',
'qb-target',
'tgiann-inventory',
'ox_lib'
}