littlewhitey's Servers Forum (SA-MP/VC-MP/MTA/Zomboid)

VC-MP Server - 51.38.93.130:8192 => General Discussion => Discussion Archive => Topic started by: The Milko on September 06, 2015, 07:05:50 PM

Title: disallow the usage of fpv already
Post by: The Milko on September 06, 2015, 07:05:50 PM
fpv shit is unhittable, especially in close combat
disallow it already
devs won't do shit about it
Title: Re: disallow the usage of fpv already
Post by: [Aventador] on September 06, 2015, 07:36:19 PM
Thought you were admin
What happened
Title: Re: disallow the usage of fpv already
Post by: The Milko on September 06, 2015, 07:47:25 PM
I resigned
stick to the topic though
Title: Re: disallow the usage of fpv already
Post by: krystianoo1 on September 07, 2015, 01:38:24 PM
yes pls

&
no u didnt
Title: Re: disallow the usage of fpv already
Post by: NewK on September 07, 2015, 02:19:33 PM
It would probably be more helpful to describe the issue.

Basically what happens is that during the transition from 3rd person view to 1st person view you become immune to weapon damage. As a result people are starting to exploit this to become immune to bullets. For example: Someone's shooting at you from far away with an M4? Spam right click and you'll be immune to it.

It's a pretty serious issue for a TDM server and most servers in general. It seems to be a bug which was introduced in this latest vcmp version that devs haven't addressed yet.

More information here (http://forum.vc-mp.org/?topic=1358.0)
Title: Re: disallow the usage of fpv already
Post by: ZUBI on September 07, 2015, 04:06:24 PM
Yes its really against the m4 players must be disabled or not allowed :)
Title: Re: disallow the usage of fpv already
Post by: stormeus on September 07, 2015, 09:57:44 PM
For reference, the following Squirrel code detects the use of first-person view.
Code: [Select]
function onPlayerActionChange(player, oldAction, newAction) {
    if (newAction == 12 && (player.Weapon == 26 || player.Weapon == 27 || player.Weapon == 32)) {
        // Do something here
    }
}
Title: Re: disallow the usage of fpv already
Post by: NewK on September 08, 2015, 02:01:18 AM
Yes its really against the m4 players must be disabled or not allowed :)
You can do it with any weapon with an FPS view. Like rocket launchers and snipers. Unfortunately those 2 weapons can only shoot with FPS view.

For reference, the following Squirrel code detects the use of first-person view.
Code: [Select]
function onPlayerActionChange(player, oldAction, newAction) {
    if (newAction == 12 && (player.Weapon == 26 || player.Weapon == 27 || player.Weapon == 32)) {
        // Do something here
    }
}
Thanks, this is really useful and can be a temporary solution for M4's, M60's and rugers, until the issue is fixed  :D
Title: Re: disallow the usage of fpv already
Post by: Usmanulamin on September 08, 2015, 06:33:59 AM
Enemy is easily able to target you no matter you are using FPV or not, i dont see any kind of bug or the player immunity while you are in FPV.
Title: Re: disallow the usage of fpv already
Post by: WiLsOn on September 08, 2015, 07:33:25 PM
I agree with Milko.
Title: Re: disallow the usage of fpv already
Post by: FullFilled^ on September 09, 2015, 11:39:53 AM
 
Yes its really against the m4 players must be disabled or not allowed :) ;)
Title: Re: disallow the usage of fpv already
Post by: Decent_946 on September 09, 2015, 02:51:03 PM
I agree with Milko.
Title: Re: disallow the usage of fpv already
Post by: NewK on September 09, 2015, 07:49:44 PM
i dont see any kind of bug or the player immunity while you are in FPV.
Like I said, the bug happens while transitioning to FPV and not while you're in FPV. So if you keep repeating that transition, you'll be immune to bullets for as long you want.
Title: Re: disallow the usage of fpv already
Post by: ELK on September 10, 2015, 11:29:41 PM
Well yes Newk I Admit You ;) Fpv Must be forbiden!!!
Title: Re: disallow the usage of fpv already
Post by: Usmanulamin on September 11, 2015, 08:33:19 AM
i dont see any kind of bug or the player immunity while you are in FPV.
Like I said, the bug happens while transitioning to FPV and not while you're in FPV. So if you keep repeating that transition, you'll be immune to bullets for as long you want.

Yup, i experienced this, Agree.
Title: Re: disallow the usage of fpv already
Post by: ThunderStorm on September 24, 2015, 07:08:01 AM
Agree.