2025-04-08 17:47:12 +01:00
|
|
|
name "Jim_Bridge"
|
2025-03-01 12:58:43 +00:00
|
|
|
author "Jimathy"
|
2025-09-06 14:08:33 +01:00
|
|
|
version "2.0.23"
|
2025-03-01 12:58:43 +00:00
|
|
|
description "Framework Bridge By Jimathy"
|
|
|
|
|
fx_version "cerulean"
|
2025-04-07 20:52:59 +01:00
|
|
|
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' }
|
2025-03-01 12:58:43 +00:00
|
|
|
lua54 'yes'
|
|
|
|
|
|
|
|
|
|
files {
|
|
|
|
|
'starter.lua',
|
|
|
|
|
'shared/*.lua',
|
|
|
|
|
'shared/make/*.lua',
|
|
|
|
|
'shared/scaleforms/*.lua',
|
|
|
|
|
}
|
2025-04-20 01:22:32 +01:00
|
|
|
|
2025-04-22 19:17:03 +01:00
|
|
|
-- Version checker
|
2025-06-06 00:50:13 +01:00
|
|
|
server_scripts {
|
|
|
|
|
'frameworkCache.lua',
|
2025-06-28 11:22:12 +01:00
|
|
|
'_versioncheck.lua',
|
2025-06-06 00:50:13 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
client_scripts {
|
2025-06-26 23:15:33 +01:00
|
|
|
'clientFrameworkCache.lua',
|
2025-06-28 11:22:12 +01:00
|
|
|
'ui_modules/*.lua',
|
2025-08-27 19:40:11 +01:00
|
|
|
}
|
|
|
|
|
|
2025-08-27 19:57:56 +01:00
|
|
|
suppress_updates 'false' -- set to 'true' to disable update pings
|