Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help Insta kill possible?
#1
Is making for example a desert eagle an insta kill possible?
Reply

#2
EVRYITINGS POSIBRUUUUUU!
Reply

#3
how then?
Reply

#4
Make everyone's hp lower.
Reply

#5
Modify weapon files? Or even make a radius damage?
Do not take life too seriously. You will never get out of it alive.
[Image: UGPjFJa.jpg]
Reply

#6
how do i make others hp lower?
Reply

#7
self.maxhp = 80 or I think scr_health for EVERYONE...
Do not take life too seriously. You will never get out of it alive.
[Image: UGPjFJa.jpg]
Reply

#8
You can use my MaxHealth plugin if you want.
http://www.itsmods.com/forum/Thread-Rele...lugin.html
Reply

#9
Koro35, lowing the HP isn't good, because the other guns will be overpowered also than.

So
"RE: Insta kill possible?
Modify weapon files? Or even make a radius damage?"

I think you need to make a radius, but I don't know the code :p
[Image: b_560_95_1.png]
[Image: hax0r3ez.gif]
Reply

#10
Do you want whole plugin or just some base code.If the latter try this
CSHARP Code
  1. public override int OnPlayerDamaged(ServerClient Attacker, ServerClient Victim, string Weapon, int Damage, string DamageMod, HitLocations HitLocation)
  2. {
  3. if (Weapon.Contains("desert"))
  4. return 100;
  5. else
  6. return base.OnPlayerDamaged(Attacker, Victim, Weapon, Damage, DamageMod, HitLocation);
  7. }
Reply



Possibly Related Threads…
Thread Author Replies Views Last Post
  Help Sentry Gun kill = Player kill Snake 8 5,455 11-07-2013, 13:41
Last Post: Nekochan
  !kill Plugin Hallla 1 2,412 09-07-2013, 22:30
Last Post: axel-le-meilleur
  Help About kill cam Howl3r 3 2,485 08-03-2013, 03:57
Last Post: Howl3r
  [Request] !kill hillbilly 7 4,556 09-30-2012, 17:10
Last Post: OzonE
  [Request] Rankup sound on kill hillbilly 12 6,467 09-16-2012, 11:08
Last Post: Ich1994
  [Request] Disable Friendly Fire and Enable Kill Cam on hardcore mode. Dumas 15 10,036 09-10-2012, 14:45
Last Post: OzonE
  [Release] Kill Confirmed - BO - BetaV0.2 rotceh_dnih 32 18,676 08-23-2012, 06:57
Last Post: rotceh_dnih
  [Request] Kill strike Dogs xsfd 3 2,729 08-18-2012, 11:41
Last Post: xsfd
  Help How to kill a player? archit 14 7,583 07-31-2012, 06:31
Last Post: master131
  [Tutorial] How to get a MOAB every kill dylankrajewski 11 7,707 07-13-2012, 21:26
Last Post: AZUMIKKEL

Forum Jump:


Users browsing this thread:
1 Guest(s)

Forum Powered By MyBB, Theme by © 2002-2024 Melroy van den Berg.