-
Notifications
You must be signed in to change notification settings - Fork 57
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
Report button #61
Comments
My first thought is to monitor and change the emergency cooldown and prevent it from getting to 0. It's unlikely you would be able to suppress its action after being pressed (even as host) and probably not possible to disable it entirely. Edit: Changing the cooldown, if it works at all, would almost certainly have to be done as host or it won't affect other players. |
i am hosting a private server, maybe it should work? |
The issue with the private server (if it works the way I think it does) is that the cooldown value still originates from the host. If someone does get the chance to hit the button, suppressing that event on the server would likely only affect the other players. The player who hit the button would still go into a meeting. I am not an expert on the game's mechanics and maybe someone can correct me, but I still think monitoring and overriding the cooldown to keep it from hitting 0 is still the best shot. If overriding the cooldown from the host doesn't affect the other players, maybe there is a way to do it from the server. Unfortunately, I don't have time to try these out myself, but I hope this helps get you on the right path. |
it's not to inject they have to download my among us version. can anyone help me with the report i would really appreciate it is for a youtube video hide and seek with 100 people but they keep reporting |
maybe i'm a little late, but if you have a custom among us version just disable it client side. if you still want to do it server-side, just disable the rpc call being forwarded. also what private server are you running? |
Can someone help me? I wanna disable the report button how i can i do that??
The text was updated successfully, but these errors were encountered: