SA-MP Forums Archive
[DRIVEBY BUG] DEAGLE ACTS LIKE SMG - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [DRIVEBY BUG] DEAGLE ACTS LIKE SMG (/showthread.php?tid=199148)



[DRIVEBY BUG] DEAGLE ACTS LIKE SMG - Mike Garber - 14.12.2010

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).


Re: [DRIVEBY BUG] DEAGLE ACTS LIKE SMG - Joe Staff - 14.12.2010

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.


Re: [DRIVEBY BUG] DEAGLE ACTS LIKE SMG - olaf137 - 14.12.2010

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


Re: [DRIVEBY BUG] DEAGLE ACTS LIKE SMG - Mike Garber - 14.12.2010

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.


Re: [DRIVEBY BUG] DEAGLE ACTS LIKE SMG - Mr187 - 14.12.2010

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.


Re: [DRIVEBY BUG] DEAGLE ACTS LIKE SMG - Mean - 14.12.2010

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.


Re: [DRIVEBY BUG] DEAGLE ACTS LIKE SMG - Gustavob - 14.12.2010

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


[DRIVEBY BUG] DEAGLE ACTS LIKE SMG - [NoV]LaZ - 16.12.2010

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.


Re: [DRIVEBY BUG] DEAGLE ACTS LIKE SMG - TheArcher - 25.12.2010

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.


Respuesta: Re: [DRIVEBY BUG] DEAGLE ACTS LIKE SMG - CuervO - 25.12.2010

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