player afk for me
#1

So I'm testing with my friend the game mode but hes not moving and he has the afk icon above him but hes not, same for him he sees me that way too..

what could cause it and which part of the code?
Reply
#2

go under OnPlayerUpdate callback, see if there's no return value / there's return 0;
make it / write it as return 1;
https://sampwiki.blast.hk/wiki/OnPlayerUpdate
Return Values:
  • 0 - Update from this player will not be replicated to other clients.
  • 1 - Indicates that this update can be processed normally and sent to other players.
Reply
#3

Quote:
Originally Posted by jlalt
Посмотреть сообщение
go under OnPlayerUpdate callback, see if there's no return value / there's return 0;
make it / write it as return 1;
https://sampwiki.blast.hk/wiki/OnPlayerUpdate
Return Values:
  • 0 - Update from this player will not be replicated to other clients.
  • 1 - Indicates that this update can be processed normally and sent to other players.
thanks it works now
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)