1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-07-02 17:45:10 +02:00
parent 517edc5a8f
commit 2127f70ffd
3 changed files with 42 additions and 60 deletions

View file

@ -1,17 +1,23 @@
fx_version 'cerulean'
game 'gta5'
lua54 'yes'
author 'vames™'
description 'vms_firework'
author 'Your Name'
description 'Firework Script'
version '1.0.0'
shared_script 'config.lua'
shared_scripts {
'@ox_lib/init.lua', -- Add this line
'config.lua'
}
client_scripts {
'client.lua'
'client.lua'
}
server_scripts {
'server.lua'
}
'server.lua'
}
dependencies {
'ox_lib' -- Add this line
}