This commit is contained in:
Max 2025-06-13 22:34:52 +02:00
parent eaeed0a0e3
commit f17e70c5d6
6 changed files with 23 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'