Posts: 183
Threads: 33
Joined: Aug 2015
Reputation:
0
I launched my server for a test but there was a bug, my friend was helping me test it,
when I come face to face with him he appears afk on my screen and I appear afk to him aswell.
So does anybody know why? any fix?
Posts: 190
Threads: 28
Joined: Jun 2017
Posts: 6,242
Threads: 8
Joined: Jun 2008
Just to be clear, You mean AFK, as in he has the hour glass...
That's not AFK, it's signifying packet loss, and a client that is paused.
Posts: 11,827
Threads: 33
Joined: Dec 2011
Reputation:
0
Returning 0 in OnPlayerUpdate will do this exactly, desync (shown alt-tabbed) the player for the rest.
Posts: 6,242
Threads: 8
Joined: Jun 2008
Quote:
Originally Posted by Heroleo911003
I don't understand, can you explain please.
|
He's saying that it's not an AFK indicator, it's an indicator showing that no data is coming from the client.
Under the callback he listed, make sure you're not returning a result, where it shouldn't be returned.
Posts: 1,147
Threads: 109
Joined: Jul 2013
Reputation:
0
You might have deleted the callback?