mirror of
https://github.com/jimathy/jim_bridge.git
synced 2026-08-16 21:46:03 +01:00
add basic support for RedM (RSGCore)
This commit is contained in:
10
starter.lua
10
starter.lua
@@ -1,3 +1,5 @@
|
||||
gameName = not IsDuplicityVersion() and GetCurrentGameName()
|
||||
|
||||
Exports = {
|
||||
QBExport = "qb-core",
|
||||
QBXExport = "qbx_core",
|
||||
@@ -17,7 +19,11 @@ Exports = {
|
||||
QBMenuExport = "qb-menu",
|
||||
|
||||
QBTargetExport = "qb-target",
|
||||
OXTargetExport = "ox_target"
|
||||
OXTargetExport = "ox_target",
|
||||
|
||||
-- REDM
|
||||
RSGExport = "rsg-core",
|
||||
RSGInv = "rsg-inventory"
|
||||
}
|
||||
|
||||
-- Required variables
|
||||
@@ -95,4 +101,4 @@ for _, v in pairs({ -- This is a specific load order
|
||||
if debugMode then
|
||||
print("^5Success^7: ^2loaded file^7: ^3"..(v):gsub("/", "^7/^3"):gsub("%.lua", "^7.lua").."^7")
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user