Raised This Month: $12 Target: $400
 3% 

Players Drop Money v1.7 [UPDATED]


Post New Thread Reply   
 
Thread Tools Display Modes
Plugin Info:     Modification:   Counter-Strike        Category:   General Purpose        Approver:   Emp` (115)
shine771
Senior Member
Join Date: Jun 2007
Old 03-23-2008 , 13:38   Players Drop Money v1.7 [UPDATED]
Reply With Quote #1

Players Drop Money 1.7
Updated and Fully Working!
Download THE new zip file!

This is my second submission here. This plugin adds more realism to Counter-Strike. When a player dies it drops the money instead of just adding money to the killer. Every player can collect the money. Sorry for the model. I'm not a good modeler/skinner. So if you can make/find a better Skin - go ahead. I searched, but i didn't find a plugin like this. I hope noone did make this before.

Cvars:
amx_dropmoney <1/0> (on/off) (default: 1)
amx_dropmethod
<1/2/3/4/5> (Player drops the amount of money you've set in amx_dropamount, Player drops half of his money, player drops random money, chooses a random money amount from 3 numbers, chooses a random number between 2 numbers) (default: 2)
amx_dropamount <0-16000> (How much money players will drop - ONLY if you're using 1. Dropping method!) (default: 300)
amx_droprandom <"1 2 3"> (Money amounts who are chosen random on player death, only if you use dropmethod 4!) (example - "200 900 1200") (default: "300 500 700")
amx_droprandomnums <"1 2">(2 Numbers, the amount of moneydropped from player will be chosen between these 2 numbers, ONLY if drop method is 5) (default: "300 7500")
amx_moneyfade <1/0> (on/off) (When you collect money - screen fades green for 1 second)(default: 1)
amx_playerdrop <1/0> (on/off) (Can player drop money while having knife in his hands)
amx_playerdropamount
<0-16000> (How much player will drop, if amx_playerdrop is On) (default: 1000)
amx_moneysound <1/0> (on/off) (When you pick up a money pile,you'll hear a sound) (default: 1)
amx_moneydivide <number>(Only if using dropmethod 2, it'll dividevictims money with this number) (default: 2)
amx_dropforce <number>(With how much force you'll drop moneywhen pressing G button, only if playerdrop is 1) (default: 10)

Include:
Quote:
#include <amxmodx>
#include <fakemeta>
You can change the model if you wan't, but be sure to share your model with us.
Quote:
new model[] = "models/w_money_new.mdl"
Change "models/w_money_new.mdl" to whatever your path to your model is.
I'm not really good at scripting, so you can suggest how to optimize this plugin.

Drop System
As you can see i have made a new drop system. I'm writing this because i think i didn't really explain how it works. Ok, lets say you're using drop method 2, you have $7000 and you get killed. You'll drop $3500(4 money piles). Because, each of 3 piles will contain $1000 and the 4th will contain $500. I hope for those who didn't get it reading the changelog, i have explained good enough.

Lately i have added a sound when you pickup money. If you're not satisfied with the sound i used, you can change it. Just open source(.sma) and change "money/money_sound.wav" with whatever the path to yoursound file is. You'll need the include file "money_ul", you can download it from the same place you downloaded Unlimited Money. Don't forget to compile it! ;)

Sorry, if my english isn't really good.
Thanks to all, who have helped me with my plugins!

Just made a new model. It's not really good, but better than the first one. But if you can make a better one, go ahead!

Quote:
To DO list:
*Add a new drop method:
>>>money that player drops is smaller than/larger than NUMBER.
Changes:
v1.7
*Fixed some glitches with some maps
*Added a cvar to change some options in dropmethod 2, see above
*Added a cvar to change the force when dropping money with knife
v1.6
*Added support for Unlimited Money(Just download pdm_ul, instead of pdm)
*Fixed the glitch when the player who kills - still gets $300
*Added a new cvar to control money picking sound.
*Added sound when you pick up money piles.
v1.5
*Fixed the drop system(when you drop with knife) now money drops in the direction in you're aiming.
*Fixed some glitches with picking money up.
v1.4
*Added another method(Random Money between 2 numbers)
*Now you can drop money with G(the button you drop weapons) while you have knife in your hands.
v1.3
*Fixed some bugs with money
*Added a new effect - Screen Fade(green)
v1.2
*Player drops more money piles.(Player money amount/1000)
*Money doesn't always fall in one place.(Added velocity when the money is dropped)
*Dropped money faces a random direction.(Random Angles)
*Fixed the possibility that player can get more than $16000
*If player has $16000, they can't pick up money piles
v1.1
*Fixed the bug when you can't pick up money sometimes (Thanks to X-olent for help)
v1.0
*Using switch instead of IF/ELSE
*Added a new method - random money(chooses a random money amount between 3 numbers)(thanks to Havoc for the suggestion)
v0.9
*Fixed problems with On/Off Cvar
*Made a new money model
v0.8
*Removed Cstrike module(using XxAvalanchexX Stocks instead)
*Added a new money dropping method(random money drop)
*Now you can change the amount of money you want victim to drop(1. Method)
v0.7
*Initial Release

NEW ScreenShots:
[IMG]http://img408.**************/img408/5092/newscreen1zz9.th.jpg[/IMG]
Attached Files
File Type: zip pdm.zip (13.3 KB, 14041 views)
File Type: sma Get Plugin or Get Source (pdm.sma - 19307 views - 7.4 KB)
File Type: sma Get Plugin or Get Source (pdm_ul.sma - 12468 views - 7.3 KB)

Last edited by shine771; 04-10-2008 at 06:55.
shine771 is offline
bmann_420
AMX_Super Pooper
Join Date: Jan 2005
Location: [SuperCentral.co]
Old 03-23-2008 , 15:34   Re: Players Drop Money
Reply With Quote #2

Diddnt atambo make something like this? I remember a money bag from the dead that you could pick up. Ill have to find it.

Edit: Ahh, yes Auto Loot the Dead Although, its a smidgen different, with a few extras.
__________________

Last edited by bmann_420; 03-23-2008 at 15:36.
bmann_420 is offline
Havoc
Member
Join Date: Jul 2004
Old 03-23-2008 , 15:56   Re: Players Drop Money
Reply With Quote #3

Nice idea! Can you post any screenshot with money model? Thanks!
__________________
Havoc is offline
Send a message via ICQ to Havoc Send a message via MSN to Havoc
shine771
Senior Member
Join Date: Jun 2007
Old 03-23-2008 , 16:33   Re: Players Drop Money
Reply With Quote #4

I didn't know there something like this, but this one is different. And i thought i wasn't made =/. Damn. Anyway i can't post screens right now.
shine771 is offline
chris
Senior Member
Join Date: Mar 2007
Location: America
Old 03-23-2008 , 22:00   Re: Players Drop Money
Reply With Quote #5

There is another plugin that exists which is similar to this: http://cs-utilz.net/viewtopic.php?f=10&t=194. But I'm sure I can try to make you a good money model.
__________________
chris is offline
Send a message via AIM to chris
fxfighter
Veteran Member
Join Date: Feb 2007
Location: Trollhättan
Old 03-24-2008 , 05:02   Re: Players Drop Money
Reply With Quote #6

I like the model at least.
Add some more futures and this one should be approved instead of the old one.
Considering you using fakemeta instead of fun and engine like he.
You can remove the cstrike module if you use some stocks heer by
XxAvalanchexX.
__________________
If one of my plugins become broken, contact me by mail. [email protected]
fxfighter is offline
Send a message via MSN to fxfighter
shine771
Senior Member
Join Date: Jun 2007
Old 03-24-2008 , 06:30   Re: Players Drop Money
Reply With Quote #7

Updated
shine771 is offline
jim_yang
Veteran Member
Join Date: Aug 2006
Old 03-24-2008 , 06:36   Re: Players Drop Money
Reply With Quote #8

if(!ison) ?
__________________
Project : CSDM all in one - 99%
<team balancer#no round end#entity remover#quake sounds#fake full#maps management menu#players punishment menu#no team flash#colored flashbang#grenade trails#HE effect#spawn protection#weapon arena#weapon upgrade#auto join#no weapon drop#one name>
jim_yang is offline
shine771
Senior Member
Join Date: Jun 2007
Old 03-24-2008 , 06:57   Re: Players Drop Money
Reply With Quote #9

Fixed..

EDIT: Just made a new model XD

Last edited by shine771; 03-24-2008 at 07:46.
shine771 is offline
Arion
Senior Member
Join Date: Mar 2007
Old 03-24-2008 , 09:13   Re: Players Drop Money
Reply With Quote #10

Screenshots please?
__________________
Arion is offline
Send a message via MSN to Arion
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 13:51.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode