Raised This Month: $32 Target: $400
 8% 

KD Money - *UPDATE* v 0.5


Post New Thread Reply   
 
Thread Tools Display Modes
Throstur
Senior Member
Join Date: Nov 2004
Location: Iceland
Old 06-14-2006 , 13:51  
Reply With Quote #21

if the 1:1 reward is $100, then killing a person with 0-8 will give you more money than killing a person with 4-2

so if 1:1 reward is less than 500, you should use the ratios.
Throstur is offline
Send a message via AIM to Throstur Send a message via MSN to Throstur
Deviance
Veteran Member
Join Date: Nov 2004
Location: Sweden
Old 08-05-2006 , 08:24   Re: KD Money - *UPDATE* v 0.5
Reply With Quote #22

Updated - Check first post
Deviance is offline
bmann_420
AMX_Super Pooper
Join Date: Jan 2005
Location: [SuperCentral.co]
Old 11-28-2006 , 16:26   Re: KD Money - *UPDATE* v 0.5
Reply With Quote #23

Im getting these

Code:
L 11/27/2006 - 13:12:36: [CSTRIKE] Invalid player 2
L 11/27/2006 - 13:12:36: [AMXX] Displaying debug trace (plugin "kdmoney.amxx")
L 11/27/2006 - 13:12:36: [AMXX] Run time error 10: native error (native "cs_get_user_team")
L 11/27/2006 - 13:12:36: [AMXX]    [0] kdmoney.sma::death (line 39)
Change:

public death()
to
public death(id)

and add
if ( !is_user_bot(id) )

So its,

Code:
public death(id)
{
	if(get_pcvar_num(enabled) < 1)
	if ( !is_user_bot(id) )
	return PLUGIN_CONTINUE;
__________________

Last edited by bmann_420; 11-28-2006 at 16:47.
bmann_420 is offline
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 00:58.


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