Hello guys !
i'm looking for the mutator that display this " Dual Midair! " message when you shoot somebody in the air while you are also in the air.
here it is : https://image.noelshack.com/fichiers/20 ... midair.png
Could you please maybe tell me the name of the mutator ?
thanks a lot !
Alchemy
help me finding this mutator
-
- Novice
- Posts: 27
- Joined: Fri Apr 19, 2013 2:39 am
help me finding this mutator
You do not have the required permissions to view the files attached to this post.
-
- Godlike
- Posts: 10291
- Joined: Thu Jun 30, 2011 8:12 pm
- Personal rank: God of Fudge
- Location: Palo Alto, CA
Re: help me finding this mutator
Does it work with every weapon or just the instagib?
· http://unreal-games.livejournal.com/
· https://unrealarchive.org/authors/evilgrins.html
· https://www.facebook.com/groups/UTcorps
· https://unrealarchive.org/authors/evilgrins.html
· https://www.facebook.com/groups/UTcorps
Smilies · https://ut99.org/viewtopic.php?f=8&t=13758medor wrote:Replace Skaarj with EvilGrins
-
- Godlike
- Posts: 3002
- Joined: Fri Sep 25, 2015 9:01 pm
- Location: moved without proper hashing
Re: help me finding this mutator
Should work with every weapon:
Code: Select all
if ((Victim.Physics == PHYS_Flying) && (Killer.Physics == PHYS_Flying)) Message("Dual Midair!");
"If Origin not in center it be not in center." --Buggie
-
- Godlike
- Posts: 6460
- Joined: Sun May 09, 2010 6:15 pm
- Location: On the roof.
Re: help me finding this mutator
Who has physics "PHYS_Flying" in game except monsters ?
Excuse me but that's "PHYS_Falling" 24/7.
Excuse me but that's "PHYS_Falling" 24/7.
-
- Godlike
- Posts: 3002
- Joined: Fri Sep 25, 2015 9:01 pm
- Location: moved without proper hashing
Re: help me finding this mutator
Maybe that. Above code wasn't tested nor intended for productive usage. It is just demo code.sektor2111 wrote: ↑Thu Aug 08, 2024 3:45 pm Who has physics "PHYS_Flying" in game except monsters ?
Excuse me but that's "PHYS_Falling" 24/7.
"If Origin not in center it be not in center." --Buggie
-
- Godlike
- Posts: 2210
- Joined: Sun Oct 05, 2008 3:31 am
Re: help me finding this mutator
If you are shooting while in the air, is not the same as boring old falling.
However, once you shoot the other guy, it turns back into boring falling.
So there ya go.
However, once you shoot the other guy, it turns back into boring falling.
So there ya go.
Binary Space Partitioning