That projectile will damage the object. Hence causing a headshot. Repeat.
Give the projectile no client, then it cannot damage anybody.
if(%col.getClassName() $= "player" && strStr(%col.getDamageLocation(%pos), "back") != -1 && %col.getMountedImage(0) == stratmtwoImage.getID())
- You can only be headshot if you're
holding the sniper rifle?
- You cannot headshot bots?
- You can't be headshot from the back, even though your head is just as large?
- That doesn't even test for headshots...