mirror of
https://github.com/jimathy/jim_bridge.git
synced 2026-08-16 21:46:03 +01:00
Add a complete readme with documentation
This commit is contained in:
@@ -48,10 +48,7 @@ if Config and Config.System then
|
|||||||
|
|
||||||
if GetConvar("jim_dontUseTarget", "false") == "true" then
|
if GetConvar("jim_dontUseTarget", "false") == "true" then
|
||||||
Config.System.DontUseTarget = true
|
Config.System.DontUseTarget = true
|
||||||
end
|
end
|
||||||
|
|
||||||
--Config.System.DontUseTarget = GetConvar("jim_dontUseTarget", "false")
|
|
||||||
--print(Config.System.DontUseTarget)
|
|
||||||
end
|
end
|
||||||
|
|
||||||
QBInvNew = true
|
QBInvNew = true
|
||||||
@@ -117,7 +114,7 @@ for _, v in pairs({ -- This is a specific load order
|
|||||||
'effects.lua',
|
'effects.lua',
|
||||||
|
|
||||||
-- Do version check last
|
-- Do version check last
|
||||||
'_versioncheck.lua'
|
'_scriptversioncheck.lua'
|
||||||
}) do
|
}) do
|
||||||
if debugMode then
|
if debugMode then
|
||||||
--print("^5Loading^7: 'jim_bridge/shared/"..v.."' ^2into ^7'"..GetCurrentResourceName().."' ...")
|
--print("^5Loading^7: 'jim_bridge/shared/"..v.."' ^2into ^7'"..GetCurrentResourceName().."' ...")
|
||||||
|
|||||||
Reference in New Issue
Block a user