Garry's Mod

Garry's Mod

214 个评价
Realistic Money
   
奖励
收藏
已收藏
取消收藏
素材类型: 插件
插件类型: 模型
插件标签: 角色扮演, 写实
文件大小
发表于
更新日期
1.572 KB
2015 年 1 月 25 日 上午 3:15
2016 年 6 月 19 日 上午 6:30
7 项改动说明 ( 查看 )

订阅以下载
Realistic Money

在 KSC 的 1 个合集中
UnityRoleplay.com DarkRP Content
105 件物品
描述
Issues with moneypots? Look for the "Realistic Money Moneypot" addon

Add extra realism to your DarkRP server by installing this addon.

This addon changes the model of a player's cash, dependent on its size.

Installation
Currently, you must change the default money entity (in DarkRP-Modification\lua\darkrp_config\settings.lua) to this one, by changing:

GM.Config.MoneyClass = "spawned_money"
to
GM.Config.MoneyClass = "realistic_money"

Configuration
Server owners can now (As of 19/06/16) change the model of the props, as they see fit. To do this, create a lua file in your server's autorun folder, and use this:

if( !IsValid( RM ) )then RM = {} end hook.Add( "Initialize", "RM_CustomModels", function() RM.Hundred = "models/props/cs_assault/Dollar.mdl" RM.Thousand = "models/props_junk/garbage_bag001a.mdl" RM.FiveThousand = "models/props_c17/BriefCase001a.mdl" RM.TenThousand = "models/props_c17/SuitCase_Passenger_Physics.mdl" RM.TwentyThousand = "models/props_c17/SuitCase001a.mdl" RM.Million = "models/props/cs_office/Cardboard_box01.mdl" RM.OverMillion = "models/items/cs_gift.mdl" end )

What does it look like?
Money under $100 appears as a single dollar bill.
Money under $1,000 appears as a bag.
Money under $5,000 appears as a briefcase.
Money under $10,000 appears as a small suitcase.
Money under $20,000 appears as a large suitcase.
Money under $1,000,000 appears as a cardboard box.
Money over $1,000,000 appears as a gift box.

*COMING SOON*
Money over $500,000 shown as a half pallet.
Money over $1,000,000 shown as a full pallet.
Custom Models
70 条留言
Mistx144 2019 年 12 月 29 日 下午 4:13 
SOROCABA
Vulgo Scoobert 2019 年 12 月 29 日 下午 4:12 
SOROCABA
KSC  [作者] 2019 年 10 月 28 日 上午 2:29 
Lads this hasn't been updated since 2016 and y'all moaning that it doesn't work with the newest DarkRP 3 years later. It used to work fine, and used to provide a little more realism to the game. This is on GitHub, you're more than welcome to go modify the code for your own use, if you're really that bothered.
pwn3d 2019 年 8 月 29 日 上午 10:57 
I was wrong when I said that this is a cool addon! Everyone can rewrite the standard DarkRP script, but with errors it is available only to true morons!
User 2019 年 6 月 15 日 下午 1:58 
Someone can help me have a mistake instead of a suitcase.
syze 2019 年 3 月 10 日 下午 1:11 
Broken
Patyk34 2018 年 7 月 27 日 上午 11:52 
What is wrong with that DarkRP as Required Product? It don't show up ._.
Sgt. ChrisWolfe 2018 年 7 月 21 日 下午 7:29 
this is for the darkrp thing i need
Sgt. ChrisWolfe 2018 年 7 月 21 日 下午 7:29 
Sorry!
An error was encountered while processing your request:

The item is either marked as hidden or you do not have permission to view it.
Etro 2018 年 2 月 17 日 上午 1:04 
Solution: delete the line RM.Hundred = "models/props/cs_assault/Dollar.mdl" for the configuration!