SA-MP Forums Archive
[BUGS 0.3z] - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP (https://sampforum.blast.hk/forumdisplay.php?fid=3)
+--- Forum: Bug Reports (https://sampforum.blast.hk/forumdisplay.php?fid=20)
+--- Thread: [BUGS 0.3z] (/showthread.php?tid=498731)



[BUGS 0.3z] - Jefff - 04.03.2014

1. Game is crashing when player holds KEY_LOOK_BEHIND simple fs

pawn Код:
#include a_samp

public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
{
    if(IsPlayerNPC(playerid)) return 0;
    if(newkeys & 320)
    {
        SetPlayerPos(playerid, 0.0, 0.0, 0.0);
        DestroyVehicle(GetPlayerVehicleID(playerid));
    }
    return 1;
}
result game crash

2. SetPlayerSkin when player is crouching player is blocking
simple fix
pawn Код:
if(GetPlayerSpecialAction(player) == SPECIAL_ACTION_DUCK)
    TogglePlayerControllable(player,true);
but it should be fixed in samp

3. When player have nitro on his back ( SetPlayerAttachedObject ) and he goes to tunning garage when the doors open all streamed players crash ( im not sure if it still works in 0.3z but in 0.3x yes )


Re: [BUGS 0.3z] - xo - 05.03.2014

2. SetPlayerSkin when player is crouching player is blocking [CONFIRMED]


Re: [BUGS 0.3z] - Jefff - 23.03.2014

4. Sometime if player is surfing object/vehicle too long, dies
5. Sometimes players reloads sawn-off all the time but they shooting to others ( lagcomp must be repaired )
6. If player play longs they cant kill others by sniper, headshot not working


Re: [BUGS 0.3z] - YoDawg - 23.03.2014

7. Passenger in a vehicle doesn't take any damage when shot at.


Re: [BUGS 0.3z] - Jefff - 05.05.2014

8. Sniper rifle doesn't takes damage when player is surfing on vehicle