[BUGS 0.3z]
#1

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 )
Reply
#2

2. SetPlayerSkin when player is crouching player is blocking [CONFIRMED]
Reply
#3

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
Reply
#4

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

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


Forum Jump:


Users browsing this thread: 1 Guest(s)