[HELP] Players are not updateing
#1

WEll I am creating a server and if I go on it everything seems to be ok.

If I also go on with another computer for ill have two players on at once, and I bring them close together ingame i have these crazy problems to where if im one one guy and i look at the other the paused thing will show by his name and if he walks around the guy isnt updated on the other players screen. thats the same with vehicles.
Reply
#2

Check to make sure you're not returning 0 under OnPlayerUpdate.
Reply
#3

Make sure your OnPlayerUpdate callback returns 1. If you can't find it in your code, add the following to your script:

pawn Код:
public OnPlayerUpdate(playerid)
{
    return 1;
}
Reply
#4

Ok I fixed it, Such a simple mistake makes a big problem
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)