Replies: 2 comments
-
This additional text is on the client-side. But you can add several |
Beta Was this translation helpful? Give feedback.
0 replies
-
thanks, works well. i have a another question: how can i hook a server command, using reapi (or any other modules) to prevent them from execution ? for example, i want to block exectuing _restart command in server console |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
when you use RH_SV_DropClient function to change drop client reason:
SetHookChainArg(3, ATYPE_STRING, "I hope you enjoyed playing here.")
the drop client message will be: You have been diconnected from game.Reason: I hope you enjoyed playing here.
can you modify message to only using defined text (I hope you enjoyed playing here.) without You have been disconnected ... ?
@s1lentq
Beta Was this translation helpful? Give feedback.
All reactions