forked from Simnation/Main
werfen
This commit is contained in:
parent
453b281a4b
commit
46b895aff2
25 changed files with 716 additions and 0 deletions
28
resources/[tools]/pickle_throwables-1.0.1/fxmanifest.lua
Normal file
28
resources/[tools]/pickle_throwables-1.0.1/fxmanifest.lua
Normal file
|
@ -0,0 +1,28 @@
|
|||
fx_version 'cerulean'
|
||||
lua54 'yes'
|
||||
game 'gta5'
|
||||
|
||||
name 'pickle_throwables'
|
||||
version '1.0.0'
|
||||
description 'A multi-framework and standalone throwing script, great for football, soccer and other sports.'
|
||||
author 'Pickle Mods'
|
||||
|
||||
shared_scripts {
|
||||
'@ox_lib/init.lua',
|
||||
'config.lua',
|
||||
'core/shared.lua',
|
||||
"locales/locale.lua",
|
||||
"locales/translations/*.lua",
|
||||
'modules/**/shared.lua',
|
||||
}
|
||||
|
||||
server_scripts {
|
||||
'bridge/**/server.lua',
|
||||
'modules/**/server.lua',
|
||||
}
|
||||
|
||||
client_scripts {
|
||||
'core/client.lua',
|
||||
'bridge/**/client.lua',
|
||||
'modules/**/client.lua',
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue