Files
jim_bridge/fxmanifest.lua

26 lines
558 B
Lua
Raw Normal View History

2025-04-08 17:47:12 +01:00
name "Jim_Bridge"
author "Jimathy"
2025-06-18 20:52:04 +01:00
version "2.0.17"
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' }
lua54 'yes'
2025-04-22 19:17:03 +01: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
server_scripts {
'frameworkCache.lua',
'_versioncheck.lua'
}
client_scripts {
'ui_modules/*.lua'
}