mirror of
https://github.com/jimathy/jim_bridge.git
synced 2026-08-17 14:06:02 +01:00
`2.0.21` - `2.0.22`` - Support for qs-interface - Fix polyzone minZ + maxZ handling - Fix ox_target zone location to match qb-target - Fix "Waiting for script start" loop bug - Add condition for fading in entities - Fix typo breaking scripts on gta skillbar fail - Fix typo for gksphone invoice event - Fix latio_ui TextUI placement - Remove registerShop debug message - Fix typo in print when removing codem stash item - Fix function typo from origen inv documenation
27 lines
593 B
Lua
27 lines
593 B
Lua
name "Jim_Bridge"
|
|
author "Jimathy"
|
|
version "2.0.22"
|
|
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',
|
|
} |