2025-04-08 17:47:12 +01:00
|
|
|
name "Jim_Bridge"
|
2025-03-01 12:58:43 +00:00
|
|
|
author "Jimathy"
|
2025-06-22 22:16:17 +01:00
|
|
|
version "2.0.18"
|
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'
|
|
|
|
|
|
2025-04-22 19:17:03 +01:00
|
|
|
|
2025-03-01 12:58:43 +00:00
|
|
|
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',
|
|
|
|
|
'_versioncheck.lua'
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
client_scripts {
|
|
|
|
|
'ui_modules/*.lua'
|
|
|
|
|
}
|