Worst bug on SA:MP anyone knows how to fix it? -
Shellegg - 06.07.2009
Well i don't know the origin of this bug, it just happened.
This is the deal, many players are logged in the
same interior ID and virtualworld ID but you still doesn't see anyone, you can hear local messages like /me's but you cannot see the player.
but there are exceptions, some times when they are close enough and one player enter in a vehicle like a bike, the other player see him sitted on the bike but when the player that was in the bike leaves it, the other player will see it siited on the bike.
A bit confused sentence
There is other case too, sometimes we see the other player freezed on the map with health on the nameplate on 0 (zero).
But like the bike it doesn't move and the guy who is freezed in the other player "dimension" doesn't see the guy who see him!
Damn, this bug is the most confused and worst, anyone knows how to fix it or some ideias to fix it?
Thank you very much, all help is appreciated
Shellegg
Re: Worst bug on SA:MP anyone knows how to fix it? -
Whiteagle - 06.07.2009
Another Thing, when the players spawn we can see them stopped at their spawn with 0 hp, even if they're moving...
Re: Worst bug on SA:MP anyone knows how to fix it? -
Danny_Costelo - 06.07.2009
Quote:
Originally Posted by Shellegg
Well i don't know the origin of this bug, it just happened.
This is the deal, many players are logged in the same interior ID and virtualworld ID but you still doesn't see anyone, you can hear local messages like /me's but you cannot see the player.
but there are exceptions, some times when they are close enough and one player enter in a vehicle like a bike, the other player see him sitted on the bike but when the player that was in the bike leaves it, the other player will see it siited on the bike.
A bit confused sentence
There is other case too, sometimes we see the other player freezed on the map with health on the nameplate on 0 (zero).
But like the bike it doesn't move and the guy who is freezed in the other player "dimension" doesn't see the guy who see him!
Damn, this bug is the most confused and worst, anyone knows how to fix it or some ideias to fix it?
Thank you very much, all help is appreciated
Shellegg
|
Well on the usual interior, 0, I don't seem to be having any of those problems, have you checked other servers, or is this only yours? This only happened to me in one case, I used a heavy code under OnPlayerUpdate, after removing that, everything went fine.
Re: Worst bug on SA:MP anyone knows how to fix it? -
ledzep - 06.07.2009
pawn Code:
OnPlayerUpdate(playerid)
{
...
return 1; // Sync with other players
}
Returning 0 or nothing at all in OnPlayerUpdate basically desynchronizes them for all other players.
This can be useful for dealing with suspected hackers.
Re: Worst bug on SA:MP anyone knows how to fix it? -
Whiteagle - 06.07.2009
ledzep you saved our life man

!
I love you
Shellegg commented the WHOLE code under onplayerupdate for no reason -.- [N00b]
Re: Worst bug on SA:MP anyone knows how to fix it? -
ledzep - 06.07.2009
Yeah, I know what it's like.