Noose Car // Mechanic Car
This commit is contained in:
Max 2025-06-11 16:51:10 +02:00
parent 8703f26ab8
commit 5e2bb05ffb
26 changed files with 2462 additions and 0 deletions

View 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'