Killing Floor

Killing Floor

Medic Alert
4 条留言
Ioj 2019 年 7 月 22 日 上午 9:21 
Genji: I NEED A HEALING !!!
Dazuz  [作者] 2019 年 7 月 20 日 下午 1:43 
I don't personally use those mutators, but I've included your fix in the mutator. Doesn't hurt to be as compatible with other mutators as possible.
Essence 2019 年 7 月 20 日 上午 9:38 
Everything else is good.)
Essence 2019 年 7 月 20 日 上午 9:31 
I was surprised when I saw this:
KFGameReplicationInfo(Level.Game.GameReplicationInfo).bWaveInProgress != True
Maybe should write like that?
!KFGameReplicationInfo(Level.Game.GameReplicationInfo).bWaveInProgress

And what about compatibility with other mutators?
For example,Server Perks Mut or Scrn Balance?
If mutator for classic servers only, then everything okay
If not, should write like this:
InStr(Caps(string(KFPRI.ClientVeteranSkill.Name)),Caps("VetFieldMedic"))>=0
Instead this:
String(KFPlayerReplicationInfo(C.PlayerReplicationInfo).ClientVeteranSkill) == "KFMod.KFVetFieldMedic"