Bug List (CLIENT) (Updated frequently)
#41

Cars not chrome! and allways i can see matted cars and car partsafter tuning in mod shop... IN 0.3c RC3!
RC 2 do not have this bug!
Reply
#42

Quote:
Originally Posted by Nexotronix
Посмотреть сообщение
Cars not chrome! and allways i can see matted cars and car partsafter tuning in mod shop... IN 0.3c RC3!
RC 2 do not have this bug!
Report it here http://forum.sa-mp.com/forumdisplay.php?f=75

Create a new thread with more details!
Reply
#43

Pickups created far from the mainland (I think 5000 on one axis is the limit) doesn't show up
Reply
#44

When turning engine off, the nitro is still accessable, ( with the 3.0c ) i mean it still do the nitro exaust, but no sound of nitro.
Reply
#45

Quote:
Originally Posted by DiDok
Посмотреть сообщение
Pickups created far from the mainland (I think 5000 on one axis is the limit) doesn't show up
This one must be a GTA bug since they don't spawn in MTA either.
Reply
#46

Tiny update, the Sniper view in the Hunter and Hydra also does the same if you have a Camera.
Reply
#47

Quote:
Originally Posted by Rac3r
Посмотреть сообщение
Tiny update, the Sniper view in the Hunter and Hydra also does the same if you have a Camera.
Thanks, added.

Also, could you explain us how you fixed it by scripting?
Reply
#48

Quote:
Originally Posted by Karlip
Посмотреть сообщение
Thanks, added.

Also, could you explain us how you fixed it by scripting?
Here's how I would do it:

pawn Код:
public OnPlayerStateChange(playerid, newstate, oldstate)
{
    if(newstate == PLAYER_STATE_DRIVER)
    {
        new
            vid = GetPlayerVehicleID(playerid),
            model = GetVehicleModel(vid)
        ;
        if(model == 520 || model == 425)
        {
            SetPlayerArmedWeapon(playerid, 0);
        }
    }
    return 1;
}
Reply
#49

Try testing it live, i can't at the moment myself.
Reply
#50

Quote:
Originally Posted by Karlip
Посмотреть сообщение
Try testing it live, i can't at the moment myself.
Sure thing, give me a couple of minutes
Reply
#51

Quote:
Originally Posted by DiDok
Посмотреть сообщение
Pickups created far from the mainland (I think 5000 on one axis is the limit) doesn't show up
Quote:
Originally Posted by mick88
Посмотреть сообщение
This one must be a GTA bug since they don't spawn in MTA either.
Ive noticed this too & I agree with Mick - Mainland SA definetly doesnt go past 5000, so i dont think the SA game engine will handle anything so far from mainland SA.

Quote:
Originally Posted by funky1234
Посмотреть сообщение
Sure thing, give me a couple of minutes
Worked for me
(Sorry for the double post, i meant to edit and forgot)
Reply
#52

Thanks, added to first post under the bug.
Reply
#53

Well Karlip, I pretty much did the same as funky1234, except I used the OnPlayerEntervehicle callback and wrapped PutPlayerInVehicle with a model check.

For reasons unknown, Kalcor hasn't fixed a lot of tiny bugs that are in this post (let's be fair, these bugs are not critical).
I remember Kalcor once saying "most bugs can be fixed with scripting". I'm guessing it's easier for us to fix them, than him to edit the SA-MP source. This might be because if he fixes something here, it might cause further problems else where. We can relate to that when scripting, well I can.

I've been working on bug fixes, this one was definitely the easiest to fix.
Reply
#54

I found a bug on 0.3c.
Sometimes if i jump out as a passanger from a car when the car is driving then i get stuck to the car and i keep losing health no possible way to get out from it , you'll die. Fix this its super annoyng
Reply
#55

well if there is passenger and i am driver i see lights flashing
Reply
#56

0.3c bug (from R4-2 and beyond). When a BIKE passenger presses H and enters 'aim-mode' then that player is untouchable, if fired upon... the bullets go straight trough him.

confirmed here and here
Reply
#57

Quote:
Originally Posted by Rizard
Посмотреть сообщение
0.3c bug (from R4-2 and beyond). When a BIKE passenger presses H and enters 'aim-mode' then that player is untouchable, if fired upon... the bullets go straight trough him.

confirmed here and here
I'll confirm it too, wait.

Confirmed!

NOTE: It might be a SA bug, haven't got the resources to test on the SP though.
Reply
#58

When you get out of the Skimmer On a water surface, it respawns after only 4 seconds. May effect boats too.
While flying the stuntplane, if you respawn it, a third added on tailwheel appears
Reply
#59

Quote:
Originally Posted by Mixcraft
Посмотреть сообщение
When you get out of the Skimmer On a water surface, it respawns after only 4 seconds. May effect boats too.
While flying the stuntplane, if you respawn it, a third added on tailwheel appears
First one, untested.

Second one, confirmed. Also happens when you use RepairVehicle on a Stuntplane.
Reply
#60

try this : when you are in a car and you change the radio station , the animation applies to all online players
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)