Files
jim_bridge/fxmanifest.lua
Jim Shield e87aa8d74d Fix server lag when loading scripts
This was my bad, set up functions that requested the cache from server, didn't realise it was duplicating it and spamming it

This moves the requests to a separate file and uses an export instead

Also hopefully fixes ox_lib images being an arse
2025-06-26 23:15:33 +01:00

27 lines
591 B
Lua

name "Jim_Bridge"
author "Jimathy"
version "2.0.18"
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'
}