1
0
Fork 0
forked from Simnation/Main
Main/resources/[carscripts]/ebu_connect/fxmanifest.lua

23 lines
328 B
Lua
Raw Permalink Normal View History

2025-07-09 15:19:44 +02:00
fx_version 'adamant'
game 'gta5'
description 'Connect Trailer Script'
author 'theebu'
lua54 'yes'
version '0.1.4'
client_scripts {
'client/client.lua',
'client/utils.lua'
}
server_scripts {
'server/server.lua'
}
shared_scripts {
'config.lua',
}
escrow_ignore {
'config.lua',
'client/utils.lua'
}
dependency '/assetpacks'