Files
jim_bridge/fxmanifest.lua

19 lines
478 B
Lua
Raw Permalink Normal View History

2025-04-08 17:47:12 +01:00
name "Jim_Bridge"
author "Jimathy"
2025-05-19 23:39:46 +01:00
version "2.0.13"
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 { '_versioncheck.lua' }