mirror of
https://github.com/dvdvideo1234/TrackAssemblyTool.git
synced 2025-03-04 03:13:32 -05:00
Updated: Recent links for dedicated addon attachments
This commit is contained in:
parent
c8442ca16a
commit
b1f93e8da9
@ -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
|
||||
|
@ -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")..
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
||||
|
@ -813,7 +813,6 @@ function InitBase(sName, sPurp)
|
||||
end; LogInstance("Success"); return true
|
||||
end
|
||||
|
||||
|
||||
------------- COLOR ---------------
|
||||
|
||||
function FixColor(nC)
|
||||
|
Loading…
Reference in New Issue
Block a user