ItsMods

Full Version: Hardcore Ricochet 1.2
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

Maybe:
CSHARP Code
  1. if (Attacker.Other.Health - Damage <= 0)


Can be replaced by:
CSHARP Code
  1. if (Damage >= Attacker.Other.Health)


I know it doesn't change so much, but ... lol
Good job Wink
(It is not possible to play hardcore ricochet with the basic game options?)
Modern Warfare 3 doesn't have that function?
---------------------
Ontopic: Really fine, i don't like some team killers on some servers lol, and thank you @zxz0O0 for 'KillPlayer' function.
Yep thx @zxz0O0 for adding kill and suicide functions Wink <3
(09-05-2012, 13:17)narkos Wrote: [ -> ](It is not possible to play hardcore ricochet with the basic game options?)
What do you mean?(ricochet in game without hardcore but friendly fire enabled?)
I mean when you go to find a lobby, you can choose standard, advanced and more, in advanced you have a lot of hardcore ricochet, so i thought there were an in-game config to do it...
archit Wrote:"(ricochet in game without hardcore but friendly fire enabled?)"
yep something like that....

************
Have you tried your plugin in other gametypes? cuz i think for example in FFA it will be a problem, all the players are in the same team, so a player try to kill an other player, and he will be killed/damaged himself for that...?

If it makes problems, just add a check of the gametype before doing your stuff.....
Is it possible to make this work with CORE game mode? So when playing in public servers, people have the friendly damage ricocheted onto them.

Thanks.
Very Simple , But +1 , These Plugins Are Very Useful. Thanks.
I will release a version soon which allows this without hardcore requirement
New update released !