1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-08-12 20:30:24 +02:00
parent 57069485d5
commit 8d5055a73d
1412 changed files with 5583 additions and 0 deletions

View file

@ -0,0 +1,24 @@
fx_version 'cerulean'
game 'gta5'
author 'Duck'
description 'Job Klingel'
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'
}