function onPlayerKill( player, killer, reason, bodypart )
{
killer.Money +=1000 ;
}
function onPlayerKill( player, killer, reason, bodypart )
{
killer.Cash += 1000 ;//Increase the killer's money to 1000
player.Cash -=500;//Decrease 500 from player who got killed
}