Updated: Recent links for dedicated addon attachments

This commit is contained in:
Deyan Dobromirov 2022-08-07 21:55:49 +03:00
parent c8442ca16a
commit b1f93e8da9
5 changed files with 18 additions and 12 deletions

View File

@ -25,9 +25,11 @@ local myType = myAddon -- The type your addon resides in the tool with
--[[
* For actually produce an error you can replace the /print/
* statement with one of following API calls:
* http://wiki.garrysmod.com/page/Global/error
* http://wiki.garrysmod.com/page/Global/Error
* http://wiki.garrysmod.com/page/Global/ErrorNoHalt
* https://wiki.facepunch.com/gmod/Global.print
* https://wiki.facepunch.com/gmod/Global.error
* https://wiki.facepunch.com/gmod/Global.Error
* https://wiki.facepunch.com/gmod/Global.ErrorNoHalt
* https://wiki.facepunch.com/gmod/Global.ErrorNoHaltWithStack
]]
local myError = ErrorNoHalt
@ -56,6 +58,7 @@ if(asmlib) then
local gsMissDB = asmlib.GetOpVar("MISS_NOSQL")
local gsToolPF = asmlib.GetOpVar("TOOLNAME_PU")
local gsSymOff = asmlib.GetOpVar("OPSYM_DISABLE")
local gsModeDB = asmlib.GetOpVar("MODE_DATABASE")
local gsFormPF = asmlib.GetOpVar("FORM_PREFIXDSV")
-- This is the path to your DSV

View File

@ -25,9 +25,11 @@ local myType = myAddon -- The type your addon resides in the tool with
--[[
* For actually produce an error you can replace the /print/
* statement with one of following API calls:
* http://wiki.garrysmod.com/page/Global/error
* http://wiki.garrysmod.com/page/Global/Error
* http://wiki.garrysmod.com/page/Global/ErrorNoHalt
* https://wiki.facepunch.com/gmod/Global.print
* https://wiki.facepunch.com/gmod/Global.error
* https://wiki.facepunch.com/gmod/Global.Error
* https://wiki.facepunch.com/gmod/Global.ErrorNoHalt
* https://wiki.facepunch.com/gmod/Global.ErrorNoHaltWithStack
]]
local myError = ErrorNoHalt
@ -56,8 +58,8 @@ if(asmlib) then
local gsMissDB = asmlib.GetOpVar("MISS_NOSQL")
local gsToolPF = asmlib.GetOpVar("TOOLNAME_PU")
local gsSymOff = asmlib.GetOpVar("OPSYM_DISABLE")
local gsFormPF = asmlib.GetOpVar("FORM_PREFIXDSV")
local gsModeDB = asmlib.GetOpVar("MODE_DATABASE")
local gsFormPF = asmlib.GetOpVar("FORM_PREFIXDSV")
-- This is the path to your DSV
local myDsv = asmlib.GetOpVar("DIRPATH_BAS")..

View File

@ -91,7 +91,7 @@ local asmlib = trackasmlib; if(not asmlib) then -- Module present
------------ CONFIGURE ASMLIB ------------
asmlib.InitBase("track","assembly")
asmlib.SetOpVar("TOOL_VERSION","8.681")
asmlib.SetOpVar("TOOL_VERSION","8.682")
asmlib.SetIndexes("V" ,1,2,3)
asmlib.SetIndexes("A" ,1,2,3)
asmlib.SetIndexes("WV",1,2,3)

View File

@ -25,9 +25,11 @@ local myType = myAddon -- The type your addon resides in the tool with
--[[
* For actually produce an error you can replace the /print/
* statement with one of following API calls:
* http://wiki.garrysmod.com/page/Global/error
* http://wiki.garrysmod.com/page/Global/Error
* http://wiki.garrysmod.com/page/Global/ErrorNoHalt
* https://wiki.facepunch.com/gmod/Global.print
* https://wiki.facepunch.com/gmod/Global.error
* https://wiki.facepunch.com/gmod/Global.Error
* https://wiki.facepunch.com/gmod/Global.ErrorNoHalt
* https://wiki.facepunch.com/gmod/Global.ErrorNoHaltWithStack
]]
local myError = ErrorNoHalt

View File

@ -813,7 +813,6 @@ function InitBase(sName, sPurp)
end; LogInstance("Success"); return true
end
------------- COLOR ---------------
function FixColor(nC)