forked from Simnation/Main
ed
This commit is contained in:
parent
e283a1c311
commit
618987ca69
105 changed files with 1 additions and 1339 deletions
25
resources/[freizeit]/vms_firework/fxmanifest.lua
Normal file
25
resources/[freizeit]/vms_firework/fxmanifest.lua
Normal 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'
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue