Headshot Bonus

Started by W3aPoN^, Jul 18, 2016, 09:14 AM

Previous topic - Next topic

W3aPoN^

Hello Guys I am Here With Another Problem I Need A Script For 0.4 Server That Give Player Cash Bonus When He Kill A Player With A HEADSHOT Thanks For Your Advance HELP

Finch Real

Add this onplayerkill
function onPlayerKill( killer, player, reason, bodypart )
{
killer.Score++;
if (bodypart == BODYPART_HEAD) { killer.Cash += 50000; PrivMessage( killer, "Wtf You are pro " ); }
}
My Snipet Showroom

http://pastebin.com/5KKuU5cg

W3aPoN^

Thanks Buddy For Your HELP

MEGAMIND

Finch codes always works if u put it on the right path

W3aPoN^

Thanks It Really Works Thanks Thanks Thanks