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

Kill Bonus


Post New Thread Reply   
 
Thread Tools Display Modes
Kensai
Veteran Member
Join Date: Aug 2005
Location: San Diego, California
Old 07-09-2006 , 09:04   Re: Kill Bonus
Reply With Quote #11

Not atm, unless you can think of something to add. I was just thinking about armor, but no other ideas are popping up.
Kensai is offline
Send a message via AIM to Kensai Send a message via MSN to Kensai
Nero-San
New Member
Join Date: Jul 2006
Old 07-09-2006 , 20:01   Re: Kill Bonus
Reply With Quote #12

Does it work for Sven Co-op, when you kill a monster?

Nero-San is offline
Kensai
Veteran Member
Join Date: Aug 2005
Location: San Diego, California
Old 07-20-2006 , 20:04   Re: Kill Bonus
Reply With Quote #13

Don't think so. But then again I don't play Sven Co-op You could try it out.
Kensai is offline
Send a message via AIM to Kensai Send a message via MSN to Kensai
Hawk552
AMX Mod X Moderator
Join Date: Aug 2005
Old 07-21-2006 , 06:55   Re: Kill Bonus
Reply With Quote #14

Quote:
Originally Posted by Nero-San
Does it work for Sven Co-op, when you kill a monster?

no
__________________
Hawk552 is offline
Send a message via AIM to Hawk552
sweat
Junior Member
Join Date: Jun 2006
Old 08-14-2006 , 17:04   Re: Kill Bonus
Reply With Quote #15

Quote:
Originally Posted by Kensai
for those big servers wheres its impossible to kill more than 6 people before dying
yeah i want everyone on my server to get 6 kills before dying lol
sweat is offline
DA
Veteran Member
Join Date: Nov 2005
Location: Germany/Münster
Old 08-14-2006 , 17:08   Re: Kill Bonus
Reply With Quote #16

Nice plugin. Works great!
__________________
DA is offline
TheLinx
BANNED
Join Date: Jun 2006
Location: Somewhere i belong (swe)
Old 08-15-2006 , 06:00   Re: Kill Bonus
Reply With Quote #17

Yo!!

I (think i) added AP-code too .....If its wrong, tell me.......

Code:
#include <amxmodx> #include <amxmisc> #include <fun> public plugin_init() {     register_plugin("Kill Bonus", "1.0", "Kensai")     register_cvar("amx_kill_bonus_hp", "20")     register_cvar("amx_kill_bonus_ap", "20")     register_event("DeathMsg", "hp_ap_up", "be") } public hp_ap_up(id) {     new attacker = read_data(1)         if(!attacker || !is_user_alive(attacker))         return 0         set_user_health(attacker, get_user_health(attacker) + get_cvar_num("amx_kill_bonus_hp"))     set_user_armor(attacker, get_user_armor(attacker) + get_cvar_num("amx_kill_bonus_ap"))     return 1 }

Dont forget to credit me ;)


Also posted as an attachement:
Attached Files
File Type: sma Get Plugin or Get Source (kill_bonus.sma - 665 views - 582 Bytes)
TheLinx is offline
Send a message via ICQ to TheLinx Send a message via AIM to TheLinx Send a message via MSN to TheLinx Send a message via Yahoo to TheLinx Send a message via Skype™ to TheLinx
k007
BANNED
Join Date: Mar 2006
Location: bacon?
Old 08-15-2006 , 06:47   Re: Kill Bonus
Reply With Quote #18

You don't jump in people plugin threads like this...
edit: di you even ask him if u could edit his sma and post it up on his own thread
k007 is offline
Send a message via MSN to k007
Switchie
Senior Member
Join Date: Mar 2006
Location: Belgium
Old 08-15-2006 , 10:52   Re: Kill Bonus
Reply With Quote #19

what is that AP-code thing ? is it armor ?
__________________

Last edited by Switchie; 08-15-2006 at 10:57.
Switchie is offline
Hawk552
AMX Mod X Moderator
Join Date: Aug 2005
Old 08-15-2006 , 11:09   Re: Kill Bonus
Reply With Quote #20

Quote:
Originally Posted by k007 View Post
You don't jump in people plugin threads like this...
edit: di you even ask him if u could edit his sma and post it up on his own thread
Yeah, it looked to me like he just wanted credit for a crappy addition to a crappy plugin.
__________________
Hawk552 is offline
Send a message via AIM to Hawk552
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 16:16.


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