|
[BUG] Weapon Selector still appears when using adv wiring tool
|
|
12-28-2012, 05:20 AM
Post: #1
|
|||
|
|||
|
[BUG] Weapon Selector still appears when using adv wiring tool
I use the advance wire tool to wire my contraptions and recently I noticed that when I scroll to select a different input/output in the list, the weapon selector will come up. Can this be fixed?
|
|||
|
12-28-2012, 07:31 AM
(This post was last modified: 12-28-2012 07:33 AM by Burnacid.)
Post: #2
|
|||
|
|||
|
RE: [BUG] Weapon Selector still appears when using adv wiring tool
already reported before
http://www.seriousroleplayinghell.com/sh...?tid=13980 Forum To-Do List Request Form for bugs and suggestions |
|||
|
12-28-2012, 01:24 PM
Post: #3
|
|||
|
|||
|
RE: [BUG] Weapon Selector still appears when using adv wiring tool
give me a function that returns true if the adv wiring menu is open and sure
Drakehawke SRH Leader Lua Scripter "Scientia Potentia Est" For also knowledge itself is power Francis Bacon - 1597 |
|||
|
12-28-2012, 05:36 PM
Post: #4
|
|||
|
|||
RE: [BUG] Weapon Selector still appears when using adv wiring tool
(12-28-2012 01:24 PM)Drakehawke Wrote: give me a function that returns true if the adv wiring menu is open and sure Use TOOL:ScrollUp(trace) and TOOL:ScrollDown(trace) Drakehawke: i was going to ask whether i should wank to straight or gay porn today |
|||
|
12-28-2012, 11:34 PM
Post: #5
|
|||
|
|||
|
RE: [BUG] Weapon Selector still appears when using adv wiring tool
Work around to your liking:
local activeWep = LocalPlayer():GetActiveWeapon() if not IsValid(activeWep) or activeWep:GetClass() ~= "gmod_tool" or activeWep.Mode ~= "wire_adv" then return end if activeWep:GetToolObject("wire_adv").menu then print("The Input/Output menu is open!") end |
|||
|
12-28-2012, 11:40 PM
Post: #6
|
|||
|
|||
|
RE: [BUG] Weapon Selector still appears when using adv wiring tool
Done
Drakehawke SRH Leader Lua Scripter "Scientia Potentia Est" For also knowledge itself is power Francis Bacon - 1597 |
|||
|
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)











