Files
jim_bridge/fxmanifest.lua
Jim Shield 7e320bcb99 Version Bump
`2.1.07` - `2.1.08`
2025-10-21 16:09:33 +01:00

28 lines
662 B
Lua

name "Jim_Bridge"
author "Jimathy"
version "2.1.08"
description "Framework Bridge By Jimathy"
fx_version "cerulean"
rdr3_warning 'I acknowledge that this is a prerelease build of RedM, and I am aware my resources *will* become incompatible once RedM ships.'
games { 'gta5', 'rdr3' }
lua54 'yes'
files {
'starter.lua',
'shared/*.lua',
'shared/make/*.lua',
'shared/scaleforms/*.lua',
}
-- Version checker
server_scripts {
'frameworkCache.lua',
'_versioncheck.lua',
}
client_scripts {
'clientFrameworkCache.lua',
'ui_modules/*.lua',
}
suppress_updates 'false' -- set to 'true' to disable update pings