Plan B

General => Bug Reports => Topic started by: Uthar_Smith on September 05, 2016, 09:07:00 pm

Title: Minor bugs
Post by: Uthar_Smith on September 05, 2016, 09:07:00 pm
This topic is meant for minor bugs that aren't worth creating a topic for
  ________________________________________________________________________________________





When typing /rc p the server responds with this
The second line states a syntax error which shouldn't be there
(http://i1158.photobucket.com/albums/p612/Uthar_Smith/Bug%20.rc%20p_zpsl46gdozo.png) (http://s1158.photobucket.com/user/Uthar_Smith/media/Bug%20.rc%20p_zpsl46gdozo.png.html)
Title: Re: Minor bugs
Post by: Carg on September 05, 2016, 10:09:25 pm
When typing /rc p the server responds with this
The second line states a syntax error which shouldn't be there
(http://i1158.photobucket.com/albums/p612/Uthar_Smith/Bug%20.rc%20p_zpsl46gdozo.png) (http://s1158.photobucket.com/user/Uthar_Smith/media/Bug%20.rc%20p_zpsl46gdozo.png.html)

 There is no such cmd its /rc o for cops
Title: Re: Minor bugs
Post by: Spectre on September 05, 2016, 11:25:57 pm
There is no such cmd its /rc o for cops

There actually is /rc p, Jonne made it yesterday I think. It opens up when there hasn't been a President for at least 1 minute
Title: Re: Minor bugs
Post by: Jonne on September 06, 2016, 03:36:28 am
When typing /rc p the server responds with this
The second line states a syntax error which shouldn't be there
(http://i1158.photobucket.com/albums/p612/Uthar_Smith/Bug%20.rc%20p_zpsl46gdozo.png) (http://s1158.photobucket.com/user/Uthar_Smith/media/Bug%20.rc%20p_zpsl46gdozo.png.html)

Fixed.
Title: Re: Minor bugs
Post by: Quido on October 03, 2016, 09:59:51 pm
Top times still show after a race is cancelled due to there not being enough players.

(http://i.imgur.com/toaBFYm.jpg)

Title: Re: Minor bugs
Post by: Altus_Demens on October 04, 2016, 01:02:21 am
First,
If someone accepts your duel invitation while you're dead, you will respawn normally, but the countdown will appear and your opponent will be alone in the duelling zone, forced to relog or /kill to escape from there.
Suggested solution: check if the duel initiator's state is PLAYER_STATE_SPAWNED (or not PLAYER_STATE_WASTED), otherwise display to the acceptor some message like "You cannot accept the duel while your opponent is dead, try again in a few seconds".

Second,
if someone accepts your db duel invitation while you're in car, you'd instantly loose because you'd fall off the bike.
Suggested solution: use RemovePlayerFromVehicle (https://wiki.sa-mp.com/wiki/RemovePlayerFromVehicle) before teleporting, placing on NRG, setting virtual world etc. If it's already done, add some timer between removing player from vehicle and doing other things.
Title: Re: Minor bugs
Post by: Jonne on October 04, 2016, 02:07:15 am
Top times still show after a race is cancelled due to there not being enough players.

(http://i.imgur.com/toaBFYm.jpg)

Fixed.

Suggested solution: check if the duel initiator's state is PLAYER_STATE_SPAWNED (or not PLAYER_STATE_WASTED), otherwise display to the acceptor some message like "You cannot accept the duel while your opponent is dead, try again in a few seconds".
PLAYER_STATE_SPAWNED is only set at the exact moment they spawn, after that it's PLAYER_STATE_ONFOOT, so I made it check if the state of one of the 2 duelers is PLAYER_STATE_WASTED (which is set when they're dead or in the class selection).

Second,
if someone accepts your db duel invitation while you're in car, you'd instantly loose because you'd fall off the bike.
Suggested solution: use RemovePlayerFromVehicle (https://wiki.sa-mp.com/wiki/RemovePlayerFromVehicle) before teleporting, placing on NRG, setting virtual world etc. If it's already done, add some timer between removing player from vehicle and doing other things.
RemovePlayerFromVehicle isn't instant in my experience, so it might still bug and I don't think a timer is a good solution. So I made it check if both of the players aren't in a vehicle before you can use /dbduelaccept.
Title: Re: Minor bugs
Post by: Yash on October 06, 2016, 06:52:44 pm
Few days back there were 2 helis spawned at the same place which bugged both the helis! Today i saw the same thing there were 2 boats spawned at all the 4 boat locations and all boats were bugged!
http://imgur.com/a/BnNf4
Title: Re: Minor bugs
Post by: Quido on October 06, 2016, 07:14:15 pm
More on the above.

(http://i.imgur.com/rw8Xdrm.jpg)

(http://i.imgur.com/Np6jwFz.jpg)
Title: Re: Minor bugs
Post by: GlennN on October 29, 2016, 10:13:51 pm
http://imgur.com/a/nMCF3

One guy jacked my heli(in air), while I was at the cop spawn and I got thrown into the water and I was on the bottom of it. I could walk/run/shoot/throw nades, do whatever I want, underwater.
Title: Re: Minor bugs
Post by: Uthar_Smith on October 29, 2016, 10:16:05 pm
That's a SA-MP bug GLENNN, it can't be fixed
Title: Re: Minor bugs
Post by: GlennN on October 30, 2016, 04:40:11 am
That's a SA-MP bug GLENNN, it can't be fixed

Okay ;)
Title: Re: Minor bugs
Post by: TreePuncher on October 30, 2016, 05:00:54 am
That's a SA-MP bug GLENNN, it can't be fixed
I think it can...
AFAIK, mostly the water level is the same throughout SA, so anybody WALKING under that Z coord would most likely be experiencing a bug (or using submarine mods, lol).
Also, you'd have to take the Hunter's Quarry area and make an exception for it (or basically for any other area that goes below sea level)
I think the cheapest solution would reset the position above the water level so the player can swin.

Maybe that all is not really worth doing. After all, it's a MINOR bug.
Title: Re: Minor bugs
Post by: GlennN on October 30, 2016, 07:47:04 am
That's a SA-MP bug GLENNN, it can't be fixed
I think it can...
AFAIK, mostly the water level is the same throughout SA, so anybody WALKING under that Z coord would most likely be experiencing a bug (or using submarine mods, lol).
Also, you'd have to take the Hunter's Quarry area and make an exception for it (or basically for any other area that goes below sea level)
I think the cheapest solution would reset the position above the water level so the player can swin.

Maybe that all is not really worth doing. After all, it's a MINOR bug.

Yeah, but there may be a problem if this situation happens to a president, it'd be very difficult to get him.  ;D
Title: Re: Minor bugs
Post by: Finisher on October 30, 2016, 08:08:52 am
Being under water is a common samp bug, can be done in several ways but not by being heli jacked. This only started to happened after the extra 2 helis were added, it wont happen if you get heli jacked on the original heli spot so it could be a mapping glitch or failure
Title: Re: Minor bugs
Post by: M[A]DNess on November 07, 2016, 03:34:38 pm
Guys, there is a bug with the north san andreas map with hydras.
At the start of the game, when i take NRG and 1 player with a car infront of me, and when he hits the door with his car and stays there,and when i come and hit him + door, i get in. I've done that 3rd times and i know that there is a bug, idk about the NRG or CAR or the Hydra's door, but i'll video it and report it :)
Title: Re: Minor bugs
Post by: Uthar_Smith on November 07, 2016, 03:45:14 pm
Guys, there is a bug with the north san andreas map with hydras.
At the start of the game, when i take NRG and 1 player with a car infront of me, and when he hits the door with his car and stays there,and when i come and hit him + door, i get in. I've done that 3rd times and i know that there is a bug, idk about the NRG or CAR or the Hydra's door, but i'll video it and report it :)
I'm not sure but I think you're talking about the hangar doors. In that case it's not a bug, those doors just aren't synced. That can cause some glitchy situations
Title: Re: Minor bugs
Post by: Altus_Demens on November 07, 2016, 10:48:59 pm
Yes, and it can hardly be fixed server-side.
Title: Re: Minor bugs
Post by: GlennN on January 12, 2017, 06:27:50 am
http://imgur.com/a/5Rrwr

Even though I am on spawn protection, after another civilian shot me, I couldn't reclass, as it shows that I'm on low HP. (http://imgur.com/a/5Rrwr)
Title: Re: Minor bugs
Post by: Nikola on August 17, 2017, 02:40:27 am
Since multiple rooms have been recently added for dueling, players now have to include the number of a duel room and, optionally, a dueling player's ID when they want to watch a duel. However, when a player types a dueling player's ID but not the number of the room (e.g. /watchduel 16), a message is displayed by the server in the chat box saying that that it is an "unknown command". It can lead many people to believe that they have mistyped the /watchduel command and cause confusion, so I think it should be fixed.

Note: This only happens when the ID of a designated dueling player is a number higher than the number of rooms and zero.
Title: Re: Minor bugs
Post by: LPCOLTER on August 17, 2017, 04:30:45 am
Since multiple rooms have been recently added for dueling
Really?
Title: Re: Minor bugs
Post by: GlennN on August 17, 2017, 06:06:37 am
Since multiple rooms have been recently added for dueling
Really?
Jonne is back in-game again if you haven't noticed.
Title: Re: Minor bugs
Post by: LPCOLTER on August 17, 2017, 09:30:50 am
Since multiple rooms have been recently added for dueling
Really?
Jonne is back in-game again if you haven't noticed.
I don't have my mouse and Keyboard  :/
Title: Re: Minor bugs
Post by: Drama on August 17, 2017, 02:47:02 pm
Deleted
Title: Re: Minor bugs
Post by: Ege on August 19, 2017, 12:53:17 pm

Since multiple rooms have been recently added for dueling

Holy shit
Title: Re: Minor bugs
Post by: LPCOLTER on August 20, 2017, 06:00:52 pm
When u do /watchduel [Room] u can't see the names of people dueling.
It shows "you are watching duel between and"
Title: Re: Minor bugs
Post by: MegaPilot on September 30, 2017, 04:58:02 pm
The amount of players/0 bug is back(in the server list of SA-MP).
Title: Re: Minor bugs
Post by: LPCOLTER on October 02, 2017, 07:21:23 am
The amount of players/0 bug is back(in the server list of SA-MP).
Yes it has....
Title: Re: Minor bugs
Post by: Matt on October 06, 2017, 06:35:04 pm
The amount of players/0 bug is back(in the server list of SA-MP).
Yes it has....
I was confused why that was happening too but apparently people are ddosing the SAMP Query, which is causing this. There is a minor client update that helps fix it, so check the SA-MP forums.
Title: Re: Minor bugs
Post by: LPCOLTER on October 06, 2017, 09:36:58 pm
The amount of players/0 bug is back(in the server list of SA-MP).
Yes it has....
I was confused why that was happening too but apparently people are ddosing the SAMP Query, which is causing this. There is a minor client update that helps fix it, so check the SA-MP forums.
Link Please? I am unable to find it
Title: Re: Minor bugs
Post by: Matt on October 28, 2017, 05:13:19 am
The amount of players/0 bug is back(in the server list of SA-MP).
Yes it has....
I was confused why that was happening too but apparently people are ddosing the SAMP Query, which is causing this. There is a minor client update that helps fix it, so check the SA-MP forums.
Link Please? I am unable to find it
Sorry for the late reply
(Info)
http://forum.sa-mp.com/showthread.php?t=642085

(Download page)
http://www.sa-mp.com/download.php

(Direct download)
http://files.sa-mp.com/sa-mp-0.3.7-R2-install.exe

It is 0.3.7 R2
Title: Re: Minor bugs
Post by: MnMs on February 09, 2018, 08:07:05 pm
Idk if its only my game
But theres this bug i experienced earlier today

I was on top of a car with baxter and i tried getting off
When i did at first it showed me on the ground all safe and sound and suddenly it showed me stuck in the air a little above the car
Then all of a sudden i fell and died ._.
Title: Re: Minor bugs
Post by: Ege on February 09, 2018, 09:16:23 pm
That's a common samp bug and can't be fixed. You just have to watch yourself and avoid that bug while standing on top of a vehicle especially on the hills
Title: Re: Minor bugs
Post by: MnMs on February 13, 2018, 02:16:37 pm
That's a common samp bug and can't be fixed. You just have to watch yourself and avoid that bug while standing on top of a vehicle especially on the hills

Owhh how come theres no way to fix it?
And i was on a straight af road
Road wasnt gay at all (jk)
Title: Re: Minor bugs
Post by: Uzumaki on November 13, 2018, 04:51:33 am
(https://image.ibb.co/e2Zgxq/1.png)
The No. of players in home website is counted by the last id, I guess. There were 3 players but still it said 4/90.
Title: /hidescore
Post by: Airman on January 11, 2019, 08:30:02 pm
Not sure if it's a bug or not  , but the top score text at the bottom right of the screen shows up again once we leave & then join back the server , i mean /hidescore dosen't save as a default setting
Title: Re: Minor bugs
Post by: Kelik on January 20, 2019, 02:23:11 am
BUG: Every 5 mins the AI Bots are being tagged off the server in main chat.
Hope this is enough Screenshots.  :D

(https://i.imgur.com/eBvL8oU.png)
(https://i.imgur.com/XTh96iy.png)
(https://i.imgur.com/xAi4p5a.png)
(https://i.imgur.com/U0WMc3T.png)
Title: Re: Minor bugs
Post by: Aking_Bhai on January 20, 2019, 06:22:06 am
BUG: Every 5 mins the AI Bots are being tagged off the server in main chat.
Hope this is enough Screenshots.  :D

(https://i.imgur.com/eBvL8oU.png)
(https://i.imgur.com/XTh96iy.png)
(https://i.imgur.com/xAi4p5a.png)
(https://i.imgur.com/U0WMc3T.png)
Yes
Title: Re: Minor bugs
Post by: Maddy on January 20, 2019, 12:41:30 pm
It only happens in a map where the cable car or train doesn't move on the tracks like in Red County. Since the drivers are bots so I don't think it will be fixed. But setting the way for trains in every map can avoid it.
Title: Re: Minor bugs
Post by: Kelik on January 20, 2019, 03:04:02 pm
It only happens in a map where the cable car or train doesn't move on the tracks like in Red County. Since the drivers are bots so I don't think it will be fixed. But setting the way for trains in every map can avoid it.
Yes I know that already but I'd play for 2-3 hours this day and I saw this many times including SF and other maps with train tracks and some other shit roads. That chat is getting me really annoying.  >:(
Title: Re: Minor bugs
Post by: Deadman on January 24, 2019, 06:47:30 pm
Although I never see 80+ players in the server in any season or on holidays, what if Jonne puts those drivers (85,86,87 and 89) in the list in which they will never get a auto tag off? As far as I know, script is a miracle.
Title: Re: Minor bugs
Post by: Jonne on January 27, 2019, 12:38:55 pm
The tagging bug has been fixed, thanks for reporting it.
Title: Re: /hidescore
Post by: Airman on February 28, 2019, 12:17:51 pm
Not sure if it's a bug or not  , but the top score text at the bottom right of the screen shows up again once we leave & then join back the server , i mean /hidescore dosen't save as a default setting
Any updates ?
Title: Re: Minor bugs
Post by: Acze on March 10, 2019, 01:21:05 am
The train spawned on the tram's railroad.

(https://i.imgur.com/Vh2OPzR.png)

(https://i.imgur.com/4qJw0ey.png)
Title: Re: Minor bugs
Post by: Kelik on April 11, 2019, 06:39:13 am
BUG : The President on SF Map is the Vice-President and he's invisible on the map, giving the terrorists and cops(newbies) hard to chase, protect, or kill the President.

(https://i.imgur.com/BPHU5LD.png)
(https://i.imgur.com/unZsT7u.png)
Title: Re: Minor bugs
Post by: Kelik on April 27, 2019, 10:44:55 am
@Jonne, the teamkill bug is here again. Look at the kill list.

(https://i.imgur.com/a307jjJ.png)
Title: Re: Minor bugs
Post by: Deadman on April 29, 2019, 11:29:31 pm
That player could be desynced in my option. But that doesn't mean I am always right. It happens very rarely.
Title: Re: Minor bugs
Post by: cobby on May 04, 2019, 01:33:07 pm
(https://image.ibb.co/e2Zgxq/1.png)
The No. of players in home website is counted by the last id, I guess. There were 3 players but still it said 4/90.
The tram or train bots are counted as players aswell however it does not shows it in-game by pressing Tab key
it only shows on forums homepage player lists.The map had a train too if it was SF map the ids of players
would be more as the trams bots are counted too.
Title: Re: Minor bugs
Post by: Konata Izumi on May 07, 2019, 11:52:46 am
(https://image.ibb.co/e2Zgxq/1.png)
The No. of players in home website is counted by the last id, I guess. There were 3 players but still it said 4/90.
The tram or train bots are counted as players aswell however it does not shows it in-game by pressing Tab key
it only shows on forums homepage player lists.The map had a train too if it was SF map the ids of players
would be more as the trams bots are counted too.
It's not true this one player bug was here in this forum for a long time ago brother.
@Jonne, the teamkill bug is here again. Look at the kill list.

(https://i.imgur.com/a307jjJ.png)
BUG : The President on SF Map is the Vice-President and he's invisible on the map, giving the terrorists and cops(newbies) hard to chase, protect, or kill the President.

(https://i.imgur.com/BPHU5LD.png)
(https://i.imgur.com/unZsT7u.png)
#Blame on updates
Title: Re: Minor bugs
Post by: Ege on May 09, 2019, 08:17:17 am
Passengers do not get ejected automatically after driver dies and they're able to shoot out of the car without a driver. I am assuming this is a bug since auto-eject was a thing before the last update.
Title: Re: Minor bugs
Post by: Deadman on May 09, 2019, 03:02:34 pm
Passengers do not get ejected automatically after driver dies and they're able to shoot out of the car without a driver. I am assuming this is a bug since auto-eject was a thing before the last update.
Yes, this happens to me mostly during chasing the president or fighting the wars around the map in the game.
Title: Re: Minor bugs
Post by: Kelik on January 02, 2020, 11:07:22 am
The bug that I reported appeared again.

(https://i.ibb.co/X3Yrc8b/sa-mp-012.png)
Title: Re: Minor bugs
Post by: Airman on January 26, 2020, 03:31:49 pm
/santahat dosen't work anymore since holidays are over
(https://i.imgur.com/ehtG4NB.png)

Edit : jetpacks too
Title: Re: Minor bugs
Post by: Srex_Zangetsu on January 27, 2020, 03:57:08 pm
Ye I noticed about santahat today,and jetpacks,remove the ads.
Title: Re: Minor bugs
Post by: Jonne on January 27, 2020, 08:11:09 pm
/santahat dosen't work anymore since holidays are over
(https://i.imgur.com/ehtG4NB.png)

Edit : jetpacks too

We've disabled those messages now.
Title: Re: Minor bugs
Post by: Kelik on May 17, 2020, 09:39:58 am
/Watchduel is bugged.

(https://ibb.co/WGpYjwj)
Title: Re: Minor bugs
Post by: Miau on May 17, 2020, 02:05:55 pm
I've fallen under the map a few times when I spawn on the Turquoise Islands. It looks like the objects don't load fast enough.

It sometimes happens with vehicles too, they fall under the map.

(https://i.imgur.com/1eeasrG.jpg)
Title: Re: Minor bugs
Post by: HawayiJahz on May 17, 2020, 02:33:13 pm
I've fallen under the map a few times when I spawn on the Turquoise Islands. It looks like the objects don't load fast enough.

It sometimes happens with vehicles too, they fall under the map.

(https://i.imgur.com/1eeasrG.jpg)
I've experienced this a couple of times as well. It might help to freeze the player for a second or two immediately after he/she spawns, so that objects stream in the player's screen.

Besides, custom objects constituting the FC airport don't seem to stream anymore. I'd call this a minor inconvenience as planes can still be taken off.
Title: Re: Minor bugs
Post by: COBRA on May 17, 2020, 04:54:58 pm
I've experienced this a couple of times as well. It might help to freeze the player for a second or two immediately after he/she spawns, so that objects stream in the player's screen.

Besides, custom objects constituting the FC airport don't seem to stream anymore. I'd call this a minor inconvenience as planes can still be taken off.
For spawning underground at Turquoise islands, it might help.
For other maps objects not loading; I've experienced that map objects doesn't load on other maps. Need some solution for it asap...
Title: Re: Minor bugs
Post by: Kelik on July 15, 2020, 01:23:46 pm
Just got out of spawn and going to the airport of TQ Islands and this what I've got...  ???

Title: #JusticeForDrivers
Post by: Uzumaki on August 23, 2020, 07:02:29 am
#JusticeForDrivers
Poor Drivers are getting kicked every 5 minutes again and again.
(https://i.ibb.co/CW1sfd8/image.png)
Title: Re: #JusticeForDrivers
Post by: cobby on August 24, 2020, 08:47:22 am
#JusticeForDrivers
Poor Drivers are getting kicked every 5 minutes again and again.
(https://i.ibb.co/CW1sfd8/image.png)
'5 minutes' while it's happening every 2 minutes , check the picture again with the help of President saving time.
Title: Re: Minor bugs
Post by: Maddy on August 24, 2020, 08:52:38 am
Lmao Cobby, it actually makes sense  :o
Title: Re: #JusticeForDrivers
Post by: Uzumaki on August 24, 2020, 01:10:08 pm
'5 minutes' while it's happening every 2 minutes , check the picture again with the help of President saving time.
How can you say if the message is send around 3 minutes after the "president saving time" announcement.
Title: Re: Minor bugs
Post by: Great_Khali on August 25, 2020, 07:09:36 am
President / player afk timer is bugged too .

I go afk for a min and it will kick me out saying being afk for 2 mins as leader etc

but this time i was afk at 18.02 pm , returned at 18.03pm and also typed in mainchat at 18.03pm - still system thought im afk and kicks me out :(

I feel the system is considering afk if i do not move. I was using /sit 7 anim

(https://i.imgur.com/X2fwYKo.png)
Title: Re: #JusticeForDrivers
Post by: cobby on August 25, 2020, 11:21:12 am
'5 minutes' while it's happening every 2 minutes , check the picture again with the help of President saving time.
How can you say if the message is send around 3 minutes after the "president saving time" announcement.
Then How the in the fucking world it says 12 10 8 and between them is the bots afk message.

/@khali - it makes sense you were '.idle'.
Title: Re: Minor bugs
Post by: 3060PlayZ on October 18, 2020, 03:53:42 pm
RIP /SNIPER AND /SAW WE WILL MISS YOU 😭
Title: Re: Minor bugs
Post by: Kelik on October 30, 2020, 03:17:53 pm
(https://i.ibb.co/vcXDWsf/Screenshot-493.png)

I don't know if this is bug or something but President IS camping in his spawn and if his Securities died, they'll spawn right next to him and the worst part is that they have spawn protection. We(Terrorists) are unable to kill the President when there are Securities with Spawn Protection. Here's an example of it in Red County :



It's a good strategy but an unfair one for Terrorists. I know that Jonne updated the server with, "When President is near or inside Cop Spawn, Cops will spawn at Securities' spawn and vice versa". When Securities got killed and President is inside their spawn, they'll spawn at Cop spawn, right? So, I think this is a bug or something. If not, please update it. I'm just surprised that the President spawn didn't get disabled or something.

Me and Uzumaki experienced this too in Las Venturas when we're Securities, a random President got attacked near his spawn and we got killed by the blades of a helicopter. But we spawned near him with Spawn Protection.
Title: Re: Minor bugs
Post by: 𝕾𝖎𝖓𝕯𝖆𝖈𝖈𝖔 on November 20, 2020, 04:56:49 pm
idk is it just me but lately i cant see when someone is under spawn protection there is no text above the head and it confuses me who is under spawn prot and who isnt
Title: Re: Minor bugs
Post by: Kelik on December 29, 2020, 12:29:25 pm
(https://i.ibb.co/z4N47Hx/Screenshot-107.png)

Mr. Teamkill bug is here again  :-*