1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-07-27 05:34:17 +02:00
parent e283a1c311
commit 618987ca69
105 changed files with 1 additions and 1339 deletions

View file

@ -0,0 +1,25 @@
fx_version 'cerulean'
game 'gta5'
lua54 'yes' -- Add this line to enable Lua 5.4
author 'Your Name'
description 'Firework Script'
version '1.0.0'
shared_scripts {
'@ox_lib/init.lua',
'config.lua'
}
client_scripts {
'client.lua'
}
server_scripts {
'server.lua'
}
dependencies {
'ox_lib'
}