Garry's Mod

Garry's Mod

386 个评价
Money Detector
   
奖励
收藏
已收藏
取消收藏
素材类型: 插件
插件类型: 工具
插件标签: 建筑, 角色扮演
文件大小
发表于
更新日期
2.272 KB
2012 年 11 月 28 日 下午 6:45
2012 年 11 月 29 日 上午 8:57
2 项改动说明 ( 查看 )

订阅以下载
Money Detector

描述
A DarkRP addon that allows you to accurately detect money.

The original version for GMod 12 was made by philxyz, I (Muffin) fixed it up for GMod 13, because it is an exremely useful RP addon, especially for gunshops.
13 条留言
dih collector 2024 年 8 月 7 日 上午 6:10 
an addon from 2012 is not gonna work idiot
TriggerHappy 2016 年 1 月 1 日 上午 9:13 
I have it but its not working
nitekiller3 2015 年 12 月 13 日 下午 7: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 2015 年 9 月 28 日 下午 2: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 2015 年 1 月 24 日 下午 10: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
That ♥♥♥♥♥ You Love To Hate 2014 年 9 月 7 日 上午 7:00 
how does it work?
philxyz 2014 年 4 月 13 日 上午 6:15 
Thanks for uploading this to the workshop and for crediting me, the error can be fixed by renaming 'utilx' to 'util'.
TylerB 2014 年 1 月 28 日 上午 1:50 
Useful, as always.
RAMZAM 2013 年 6 月 5 日 上午 6:08 
Adam, there's a new type of way to do that. Try using google.
Adam. 2012 年 12 月 2 日 下午 7:38 
Added this to my workshop.vdf file for my server, doesn't work? Any help? >.<