Update
Noose Car // Mechanic Car
This commit is contained in:
parent
8703f26ab8
commit
5e2bb05ffb
26 changed files with 2462 additions and 0 deletions
23
resources/[tools]/ebu_synergy/fxmanifest.lua
Normal file
23
resources/[tools]/ebu_synergy/fxmanifest.lua
Normal file
|
@ -0,0 +1,23 @@
|
|||
fx_version 'adamant'
|
||||
game 'gta5'
|
||||
|
||||
description 'Synergy System'
|
||||
author 'Theebu & bagged'
|
||||
version '0.2.3'
|
||||
lua54 'yes'
|
||||
|
||||
escrow_ignore {
|
||||
'config.lua',
|
||||
'client/utils.lua'
|
||||
}
|
||||
|
||||
client_scripts {
|
||||
'config.lua',
|
||||
'client/utils.lua',
|
||||
'client/client.lua',
|
||||
}
|
||||
|
||||
server_scripts {
|
||||
'server/server.lua'
|
||||
}
|
||||
dependency '/assetpacks'
|
Loading…
Add table
Add a link
Reference in a new issue