Main/resources/[tools]/ebu_synergy/fxmanifest.lua

23 lines
313 B
Lua
Raw Permalink Normal View History

2025-06-11 16:51:10 +02:00
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'