This commit is contained in:
Nordi98 2025-07-09 15:19:44 +02:00
parent c8ce065d61
commit d7e2f9da39
47 changed files with 680 additions and 2010 deletions

View file

@ -0,0 +1,23 @@
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'