Yesterday I fought against someone that grabbed the flag and killed me. When I saw the replay, he was holding the flag sideways while shooting me with an Assault Rifle!
I have no idea if this is something known or if it’s a cheat. Has anyone else encountered this?
An assault rifle while carrying a flag? That’s a bad combination as a pistol can be more precise. It’s probably a glitch just like the assault rifle in flood.
People, it’s not a “hack”. Something like that is impossible to do, as the way the flag pickup works is via the gametype script. To break it down for you:
There’s a section in the script that dictates what happens when you pickup the flag. Making it easy for you to understand:
Player is in boundary.
Attach flag to player’s left hand.
Player switch weapon to flagnum.
Set player to flag carrier traits.
Etc.
The game runs the flag pickup script only when its picked up initially. What happens is, the host can leave a game right before a flag is grabbed, but a player can grab the flag before it blackscreens. This is a 3-5 second timeframe from the host leaving til the blackscreen.
Basically the game still attaches the flag, but the part of the script to switch the weapon never occurs, so after blackscreen the player has the flag, but the weapon switch never happened in the script.
No hack, just the way the script is handled. Also, the reason it’s sideways is because the flag attaches to the left hand of the player. ARs are held with both hands so however the left hand is dictated will determine the angle the flag is held.