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

26 lines
315 B
Lua
Raw Normal View History

2025-07-02 17:36:47 +02:00
fx_version 'cerulean'
game 'gta5'
2025-07-02 17:49:16 +02:00
lua54 'yes' -- Add this line to enable Lua 5.4
2025-07-02 17:45:10 +02:00
author 'Your Name'
description 'Firework Script'
2025-07-02 17:36:47 +02:00
version '1.0.0'
2025-07-02 17:45:10 +02:00
shared_scripts {
2025-07-02 17:49:16 +02:00
'@ox_lib/init.lua',
2025-07-02 17:45:10 +02:00
'config.lua'
}
2025-07-02 17:36:47 +02:00
client_scripts {
2025-07-02 17:45:10 +02:00
'client.lua'
2025-07-02 17:36:47 +02:00
}
server_scripts {
2025-07-02 17:45:10 +02:00
'server.lua'
}
dependencies {
2025-07-02 17:49:16 +02:00
'ox_lib'
2025-07-02 17:45:10 +02:00
}