[DRIVEBY BUG] DEAGLE ACTS LIKE SMG
#1

The deagle (Desert Eagle) acts like an SMG, and will be extremely abused in vehicles, when you commit a driveby.
(It shoots very rapidly).

No other weapon acts like that (if it shouldn't).
Reply
#2

Then script it....


pawn Код:
public OnPlayerStateChange(playerid, newstate, oldstate)
{
    if(newstate==PLAYER_STATE_PASSENGER)
    {
        new gun,tmp;
        GetPlayerWeaponData(playerid,4,gun,tmp);
        #pragma unused tmp
        if(gun)SetPlayerArmedWeapon(playerid,gun);
        else SetPlayerArmedWeapon(playerid,0);
    }
    return 1;
}
This forces player to use an SMG, Tec9, or Uzi only if they have one, otherwise sets their weapon to fists.
Tested, works great.
Reply
#3

every weapon behaves same like mp5
so deagle is pretty fast
and minigun is very slow
Reply
#4

No every weapon doesn't act like MP5.
Shotgun does it like it should, the Desert Eagle does it too fast.

And I don't wanna disable them, i want them to be there but act like they should.
Reply
#5

Quote:
Originally Posted by Mike Garber
Посмотреть сообщение
No every weapon doesn't act like MP5.
Shotgun does it like it should, the Desert Eagle does it too fast.

And I don't wanna disable them, i want them to be there but act like they should.
Personally I think its SA related and won't be fixed as easy as you think.

Personally I just disabled deagle's from being used to driveby with.
Reply
#6

Quote:
Originally Posted by Mr187
Посмотреть сообщение
Personally I think its SA related and won't be fixed as easy as you think.

Personally I just disabled deagle's from being used to driveby with.
Yea, Drive-By with any Weapon is just added, and it needs some finishing. Althrough it's a SA glitch.
Reply
#7

I'm pretty sure everybody already knows about that bug.

Yes its GTA SA related: every weapon has same shooting speed when DBing, so DEagle and combat shotgun are fast, minigun is slow etc
Reply
#8

Quote:
Originally Posted by Mike Garber
Посмотреть сообщение
And I don't wanna disable them, i want them to be there but act like they should.
Have you ever played singleplayer ?
If you didn't, it's like that in singleplayer too.
Reply
#9

Quote:
Originally Posted by Mean
Посмотреть сообщение
Yea, Drive-By with any Weapon is just added, and it needs some finishing. Althrough it's a SA glitch.
I saw in MTA is not this problem about shotting.
Reply
#10

Quote:
Originally Posted by Anthony_prince
Посмотреть сообщение
I saw in MTA is not this problem about shotting.
However this is SA:MP.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)