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

Need plugin


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
faken
Junior Member
Join Date: Dec 2008
Old 02-04-2010 , 10:13   Need plugin
Reply With Quote #1

Hi guys!
I searched much, but still have not found such amx plugin.
It would be necessary for me that when in cs1.6 at a set for murders 16000$, at following murder money were nulled up to 800$.

I apologize for my clumsy language!, I use the Russian-English translator.
But I think an essence it is clear
Thanks in advance!
faken is offline
wrecked_
Veteran Member
Join Date: Jan 2010
Location: New York (GMT-5)
Old 02-04-2010 , 15:22   Re: Need plugin
Reply With Quote #2

You want to give the killer 16000 and the victim 800?
__________________
[ Paid Requests ]
DO NOT PM ME ABOUT BLOCKMAKER
NO PRIVATE SUPPORT
wrecked_ is offline
Jack86
Veteran Member
Join Date: Dec 2008
Location: Belgrade, Serbia
Old 02-04-2010 , 17:31   Re: Need plugin
Reply With Quote #3

It sounds to me that he wants to reset killer's money to 800 if he has 16000 at a moment of his kill.
__________________

Jack86 is offline
faken
Junior Member
Join Date: Dec 2008
Old 02-04-2010 , 18:57   Re: Need plugin
Reply With Quote #4

If I type on csdm 16000$ that at following murder at me again money were typed with 800$.
faken is offline
faken
Junior Member
Join Date: Dec 2008
Old 02-05-2010 , 12:47   Re: Need plugin
Reply With Quote #5

Hi guys!
Really nobody saw such plugin? Who Can be to make of experts such plugin?
faken is offline
wrecked_
Veteran Member
Join Date: Jan 2010
Location: New York (GMT-5)
Old 02-05-2010 , 15:13   Re: Need plugin
Reply With Quote #6

*sigh* I'll make the plugin for you once I get what you're saying. Try your best to describe it in clear english. Maybe post it in your language and someone else can translate it for you, instead of google.
__________________
[ Paid Requests ]
DO NOT PM ME ABOUT BLOCKMAKER
NO PRIVATE SUPPORT
wrecked_ is offline
faken
Junior Member
Join Date: Dec 2008
Old 02-05-2010 , 15:29   Re: Need plugin
Reply With Quote #7

It is remarkable that there are such kind people as you! ))
I shall try to explain once again:
To me it is necessary plugin: when I start to play with initial startmoney 800$ and on a course of game I type 16000$ (on the kill bots), what at following murder of the opponent the monetary balance not stopped on 16000$, and came back back on 800$.
faken is offline
wrecked_
Veteran Member
Join Date: Jan 2010
Location: New York (GMT-5)
Old 02-05-2010 , 15:33   Re: Need plugin
Reply With Quote #8

Alright, so what you want to happen is:

1) You type /16000 or 16000 and on the next kill, the attacker has his money reset to 800 if it's above 16000?
__________________
[ Paid Requests ]
DO NOT PM ME ABOUT BLOCKMAKER
NO PRIVATE SUPPORT
wrecked_ is offline
faken
Junior Member
Join Date: Dec 2008
Old 02-05-2010 , 16:03   Re: Need plugin
Reply With Quote #9

*sigh*
I have started to play CS:
my money: 800$ -> I kill many players, and I type a maximum quantity of money: 16000$ -> Further I kill one more player, and I have a nulled my 16000$ up to 800$
faken is offline
fR4gn0tiX!
Senior Member
Join Date: Nov 2009
Location: Georgia, Tbilisi
Old 02-05-2010 , 16:12   Re: Need plugin
Reply With Quote #10

Code:
#include <amxmodx> #include <amxmisc> #include <cstrike> #define PLUGIN "Plugin" #define VERSION "1.0" #define AUTHOR "[Matrix] Neo" public plugin_init() {     register_plugin(PLUGIN, VERSION, AUTHOR)         register_event("DeathMsg", "hook_death", "a", "1>0") } public hook_death() {     new killer = read_data(1)         new iMoney = cs_get_user_money(killer)         if (iMoney >= 16000)     {         cs_set_user_money(killer, 800)     } }
fR4gn0tiX! is offline
Send a message via Skype™ to fR4gn0tiX!
Reply



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 17:19.


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