Worst bug on SA:MP anyone knows how to fix it?
#4

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.
Reply


Messages In This Thread
Worst bug on SA:MP anyone knows how to fix it? - by Shellegg - 06.07.2009, 00:20
Re: Worst bug on SA:MP anyone knows how to fix it? - by Whiteagle - 06.07.2009, 00:39
Re: Worst bug on SA:MP anyone knows how to fix it? - by Danny_Costelo - 06.07.2009, 02:10
Re: Worst bug on SA:MP anyone knows how to fix it? - by ledzep - 06.07.2009, 04:00
Re: Worst bug on SA:MP anyone knows how to fix it? - by Whiteagle - 06.07.2009, 04:59
Re: Worst bug on SA:MP anyone knows how to fix it? - by ledzep - 06.07.2009, 05:07

Forum Jump:


Users browsing this thread: 1 Guest(s)