-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Players who get freezed displayed like they're AFK #1036
Comments
Are you perhaps using Fixes component or Fixes include? |
Does it also happen if running on samp server? Make sure it's not, because if it does, the reason can be on pawn script side |
No, I already excluded it on config.json
No, it doesn't happen on SAMP server. But yeah I tried on bare.pwn (open.mp) and it's not happening, what can occurs this problem on my pawn script? Because this already happens long time ago. Happened on all freeze commands (per-player and radius with loop) |
Check OnPlayerUpdate for any return 0 some scripts also block every opu call if the player is frozen. |
I can't find any return 0 in OPU on my script |
if you have pawn.raknet or another packet manipulation plugin, check if sync packets aren't being frozen |
Yes I'm using Pawn.RakNet, but I can't understand the "sync packets" thing, can you explain more? |
a server i worked on had an issue like yours. it turned out the anticheat froze packets on toggleplayercontrollable. check your gamemode and includes to make sure none of the incoming packets are getting blocked: |
Describe the bug
When I freezed player, the hourglass icon appears beside their name, and after unfreeze them, it comes back to normal.
To Reproduce
Freeze any player with TogglePlayerControllable.
Expected behavior
They just freezed in place without hourglass icon.
Screenshots and/or logs
https://www.youtube.com/watch?v=KxcgyBs9wMk
Commit hash in master
ef893c7 (#969), tried on nightly too
The text was updated successfully, but these errors were encountered: