Garry's Mod

Garry's Mod

Money Detector
13 kommentarer
dih collector 7. aug. 2024 kl. 6:10 
an addon from 2012 is not gonna work idiot
TriggerHappy 1. jan. 2016 kl. 9:13 
I have it but its not working
nitekiller3 13. dec. 2015 kl. 19:36 
You can fix this if you are still getting errors. I found that if you change line 25 in lua/weapons/gmod_tool/wire_moneydetector.lua to:

-- take out: if not ValidEntity(wmd) then return nil end and replace with
if not wmd:IsValid() then return nil end

Also change utilx to util as mentioned in philxyz's post/comment but instead replace line 92 as follows:

-- remove and replace local tr = util.GetPlayerTrace(player, player:GetCursorAimVector())
local tr = util.GetPlayerTrace(player, player:GetAimVector())
memelad 28. sep. 2015 kl. 14:28 
im trying to make a darkrp server so i can test out a dupe that needs this addon, but the game crashes when i try to start a new game (at least on darkrp)
Mr Gnome 24. jan. 2015 kl. 22:18 
error that i can not get rid of



TEST [lua/entities/gmod_wire_moneydetector/cl_init.lua][lua/entities/gmod_wire_moneydetector/init.lua]
TEST [lua/entities/gmod_wire_moneydetector/init.lua][lua/entities/gmod_wire_moneydetector/init.lua]
FOUND IN ADDON [110639547]
TEST [lua/entities/gmod_wire_moneydetector/shared.lua][lua/entities/gmod_wire_moneydetector/init.lua]

[Money Detector] lua/entities/gmod_wire_moneydetector/init.lua:45: attempt to index field 'BaseClass' (a nil value)
1. unknown - lua/entities/gmod_wire_moneydetector/init.lua:45
how does it work?
philxyz 13. apr. 2014 kl. 6:15 
Thanks for uploading this to the workshop and for crediting me, the error can be fixed by renaming 'utilx' to 'util'.
TylerB 28. jan. 2014 kl. 1:50 
Useful, as always.
RAMZAM 5. juni 2013 kl. 6:08 
Adam, there's a new type of way to do that. Try using google.
Adam. 2. dec. 2012 kl. 19:38 
Added this to my workshop.vdf file for my server, doesn't work? Any help? >.<
clankerloving cogsucker 30. nov. 2012 kl. 8:59 
Why is this (and the user for wiremod) not default?
tentacion 29. nov. 2012 kl. 6:31 
tytytyty muffin I love you buddy<333 ur super famus nao
Sadow 28. nov. 2012 kl. 19:26 
im getting this error
[ERROR] ...ctor/lua/weapons/gmod_tool/stools/wire_moneydetector.lua:90 : attempt to index global 'utilx' (a nil value)
1. UpdateGhostWireMoneyDetector - ...ctor/lua/weapons/gmod_tool/stools/wire_moneydetector.lua:90
2. Think - ...ctor/lua/weapons/gmod_tool/stools/wire_moneydetector.lua:115
3. unknown - gamemodes/sandbox/entities/weapons/gmod_tool/shared.lua:183