SA-MP Forums Archive
Bug List (CLIENT) (Updated frequently) - 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: Bug List (CLIENT) (Updated frequently) (/showthread.php?tid=151670)

Pages: 1 2 3 4 5 6 7 8 9 10 11


Re: Some bugs i noticed. - Karlip - 17.10.2010

Updated 17/10/2010


Re: Some bugs i noticed. - [HiC]TheKiller - 17.10.2010

I got one for you to add and test. When you look backwards in a tank and go through a race CP it tends to crash 90% of the time.


Re: Some bugs i noticed. - Karlip - 17.10.2010

Quote:
Originally Posted by [HiC]TheKiller
View Post
I got one for you to add and test. When you look backwards in a tank and go through a race CP it tends to crash 90% of the time.
I couldn't reproduce it.


Re: Some bugs i noticed. - Retardedwolf - 18.10.2010

Quote:
Originally Posted by [HiC]TheKiller
View Post
I got one for you to add and test. When you look backwards in a tank and go through a race CP it tends to crash 90% of the time.
I don't think its just a tank I have crashed due to race CPs too.


Re: Some bugs i noticed. - Karlip - 18.10.2010

Quote:
Originally Posted by Retardedwolf
View Post
I don't think its just a tank I have crashed due to race CPs too.
Race CP's are used widely around hundreds of servers, it might just be the code you are calling on CP entrance.


Re: Some bugs i noticed. - Slice - 18.10.2010

Quote:

Sometimes, the rotating engine part on the Bandito is turned the other way around. (since 0.3)

Progress: Confirmed

It is like that in single player, too. IIRC.

Quote:

Pressing FIRE and AIM button at the same time when when moving with a gun in your hand(only tested on mouse) will stop your player.

Progress: Confirmed
Possible solution: Turn frame limiter on or set FPS limit under 60.

Frame limiter 48 or lower will make strafing work as it should. It's a GTA bug, I might add.


Re: Some bugs i noticed. - Karlip - 18.10.2010

Thanks, updated again.


Re: Bug List (CLIENT) (Updated frequently) - pspleo - 25.10.2010

Shameless bump for Karlip's attention.
I bet you don't even know who i am. I am pspleo/Leopard/[K4L]Leopard and was here until i decided to code my own game. But i've stopped SA:MP scripting, for good. I wonder if anyone is old enough to know that i used this nickname a long, looong time ago?
Oh well. Good to see my old buddies.


Re: Bug List (CLIENT) (Updated frequently) - Rac3r - 26.10.2010

This list now contains so many bugs (with confirmation too).
Sticky it.

Quote:
Originally Posted by [HiC]TheKiller
I got one for you to add and test. When you look backwards in a tank and go through a race CP it tends to crash 90% of the time.
The quickest way to race with tanks is to look behind and shoot. There is no chance of crashing while looking back and entering CP's.

Quote:
Originally Posted by pspleo
I wonder if anyone is old enough to know that i used this nickname a long, looong time ago?
I ain't. I remember you though :P


Re: Bug List (CLIENT) (Updated frequently) - mmrk - 02.11.2010

rawvehicles.txt - This one still saves to C:\Program Files\Rockstar Games\GTA San Andreas
But it should be here: C:\Documents and Settings\~username~\My Documents\GTA San Andreas User Files\SAMP


Re: Bug List (CLIENT) (Updated frequently) - Karlip - 02.11.2010

The path for that file wasn't changed on purpose, have no idea why though.


Re: Bug List (CLIENT) (Updated frequently) - Voldemort - 22.11.2010

Vehicle Stream bug maybe.



See mini map, when I go from one side to another and when vehicles gets re-streamed [in/out] after some 3 times, Game crash.

So if I just walk around this store I get Game crash.


I wish for some approval


Re: Bug List (CLIENT) (Updated frequently) - Rac3r - 23.11.2010

Smells like a coding problem to me.

www.pastebin.com your stream in and stream out code.
Quote:
Originally Posted by Voldemort
Посмотреть сообщение
To fix this, on vehicle stream in, add these parts again
Make sure it's the right vehicle model, eh?


Re: Bug List (CLIENT) (Updated frequently) - The_Gangstas - 28.11.2010

sometimes when you exit vehicles you get auto aimed and u keep shooting without pressing lmb

(dont know if this has been reported)


Re: Bug List (CLIENT) (Updated frequently) - Retardedwolf - 28.11.2010

Quote:
Originally Posted by The_Gangstas
Посмотреть сообщение
sometimes when you exit vehicles you get auto aimed and u keep shooting without pressing lmb

(dont know if this has been reported)
Isn't that MTA? /hide

@Voldemort, Maybe you have too much vehicles streamed as one is unstreaming and it gets streamed again so it goes over the limit.


Re: Bug List (CLIENT) (Updated frequently) - [NoV]LaZ - 28.11.2010

Right click on a server, and the "Add to Favorites" option appears even though the server is already in the favorites list.


Re: Bug List (CLIENT) (Updated frequently) - DANGER1979 - 29.11.2010

1. At contiguity with water of the modelid == 460 & modelid == 539 is called OnVehicleDeath

Example of the correction of the mistake or Bug
Код:
public OnVehicleDeath(vehicleid, killerid)
{  
	new modelid = GetVehicleModel(vehicleid);
	if(modelid != 460 && modelid != 539)
	{
		DestroyVehicle(vehicleid);
	}
	return 1;
}
2. Parameters killerid absolutely useless in function OnVehicleDeath

3. RemovePlayerFromVehicle no eject is car AFK-players

4. Is not called function OnVehicleDeath when in machine sits AFK-player

5. When player presses Enter to sit in machine opposite driver place and presses Shift, that dies driver

6. OnVehiclePaintjob works only in garage (modshops). Very Bad

7. OnVehicleRespray works only in VehicleMod Transfender. Very Bad

8. GetVehicleTrailer and IsTrailerAttachedToVehicle do not work in one moment after AttachTrailerToVehicle

9. VehicleHealth changes on the 1000 when player falls into Stream area

AFK - AwayFromKeyboard


Re: Bug List (CLIENT) (Updated frequently) - Karlip - 04.12.2010

For the people that think i didn't test these on 0.3c, i did.

All the SA-MP bugs were re-tested on 0.3c.


Re: Bug List (CLIENT) (Updated frequently) - jollyjoe321 - 04.12.2010

I have a bug, weapon spawn when I entered a car, got banned for it. Attached is the link to my topic.

https://sampforum.blast.hk/showthread.php?tid=195963


Re: Bug List (CLIENT) (Updated frequently) - vyper - 04.12.2010

i noticed a bug also (dunno if SA or sa-mp)

When you change radio stations the animation applies to all players in server that are in a car