ADD
This commit is contained in:
parent
d58e87474f
commit
a474caf290
17 changed files with 2643 additions and 0 deletions
40
resources/[jobs]/[crime]/lation_247robbery/fxmanifest.lua
Normal file
40
resources/[jobs]/[crime]/lation_247robbery/fxmanifest.lua
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
fx_version 'cerulean'
|
||||
lua54 'yes'
|
||||
game 'gta5'
|
||||
name 'lation_247robbery'
|
||||
author 'iamlation'
|
||||
version '1.5.0'
|
||||
repository 'https://github.com/IamLation/lation_247robbery'
|
||||
description 'FiveM\'s most popular 24/7 store robbery script'
|
||||
|
||||
client_scripts {
|
||||
'config/client.lua',
|
||||
'bridge/client.lua',
|
||||
'client/*.lua'
|
||||
}
|
||||
|
||||
server_scripts {
|
||||
'config/server.lua',
|
||||
'bridge/server.lua',
|
||||
'server/*.lua'
|
||||
}
|
||||
|
||||
shared_scripts {
|
||||
'config/shared.lua',
|
||||
'config/icons.lua',
|
||||
'data/*.lua',
|
||||
'@ox_lib/init.lua',
|
||||
}
|
||||
|
||||
files {
|
||||
'locales/*.json'
|
||||
}
|
||||
|
||||
dependencies {
|
||||
'ox_lib'
|
||||
}
|
||||
|
||||
ox_libs {
|
||||
'locale',
|
||||
'math'
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue