forked from Simnation/Main
ed
This commit is contained in:
parent
517edc5a8f
commit
2127f70ffd
3 changed files with 42 additions and 60 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue