We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No response
RegisterHookChain(RH_ExecuteServerStringCmd, "RH_ExecuteServerStringCmd_Pre") ... public RH_ExecuteServerStringCmd_Pre(const cmd[], source, id) { static fullcmd[256]; read_argv(0, fullcmd, cx(fullcmd)); log_amx("[OK] cmd [%s] [%s] [%s] [%i]", fullcmd, cmd, id, source) return HC_CONTINUE }
the last used cmd will be spammed into the console forever, is that correct behavior?
ReAPI RUN - reapi_amxx_i386.so v5.24.0.300-de
L 12/26/2024 - 13:57:38: [test.amxx] [OK] cmd [weapon_knife] [] [] [1] L 12/26/2024 - 13:57:38: [test.amxx] [OK] cmd [weapon_knife] [] [] [1] L 12/26/2024 - 13:57:38: [test.amxx] [OK] cmd [weapon_knife] [] [] [1] L 12/26/2024 - 13:57:38: [test.amxx] [OK] cmd [weapon_knife] [] [] [1] L 12/26/2024 - 13:57:38: [test.amxx] [OK] cmd [weapon_knife] [] [] [1] L 12/26/2024 - 13:57:38: [test.amxx] [OK] cmd [weapon_knife] [] [] [1] L 12/26/2024 - 13:57:38: [test.amxx] [OK] cmd [weapon_knife] [] [] [1] L 12/26/2024 - 13:57:38: [test.amxx] [OK] cmd [weapon_knife] [] [] [1] L 12/26/2024 - 13:57:38: [test.amxx] [OK] cmd [weapon_knife] [] [] [1] L 12/26/2024 - 13:57:38: [test.amxx] [OK] cmd [weapon_knife] [] [] [1] L 12/26/2024 - 13:57:38: [test.amxx] [OK] cmd [weapon_knife] [] [] [1] L 12/26/2024 - 13:57:38: [test.amxx] [OK] cmd [weapon_knife] [] [] [1] L 12/26/2024 - 13:57:38: [test.amxx] [OK] cmd [weapon_knife] [] [] [1] L 12/26/2024 - 13:57:38: [test.amxx] [OK] cmd [weapon_knife] [] [] [1] L 12/26/2024 - 13:57:38: [test.amxx] [OK] cmd [weapon_knife] [] [] [1] L 12/26/2024 - 13:57:38: [test.amxx] [OK] cmd [weapon_knife] [] [] [1] L 12/26/2024 - 13:57:38: [test.amxx] [OK] cmd [weapon_knife] [] [] [1] L 12/26/2024 - 13:57:38: [test.amxx] [OK] cmd [weapon_knife] [] [] [1] L 12/26/2024 - 13:57:38: [test.amxx] [OK] cmd [weapon_knife] [] [] [1] L 12/26/2024 - 13:57:38: [test.amxx] [OK] cmd [weapon_knife] [] [] [1] L 12/26/2024 - 13:57:38: [test.amxx] [OK] cmd [weapon_knife] [] [] [1] L 12/26/2024 - 13:57:38: [test.amxx] [OK] cmd [weapon_knife] [] [] [1] L 12/26/2024 - 13:57:38: [test.amxx] [OK] cmd [weapon_knife] [] [] [1] L 12/26/2024 - 13:57:38: [test.amxx] [OK] cmd [weapon_ak47] [] [] [1] L 12/26/2024 - 13:57:38: [test.amxx] [OK] cmd [weapon_ak47] [] [] [1] L 12/26/2024 - 13:57:38: [test.amxx] [OK] cmd [weapon_ak47] [] [] [1] L 12/26/2024 - 13:57:38: [test.amxx] [OK] cmd [weapon_ak47] [] [] [1] L 12/26/2024 - 13:57:38: [test.amxx] [OK] cmd [weapon_ak47] [] [] [1] L 12/26/2024 - 13:57:38: [test.amxx] [OK] cmd [weapon_ak47] [] [] [1] L 12/26/2024 - 13:57:38: [test.amxx] [OK] cmd [weapon_ak47] [] [] [1] L 12/26/2024 - 13:57:38: [test.amxx] [OK] cmd [weapon_ak47] [] [] [1] L 12/26/2024 - 13:57:38: [test.amxx] [OK] cmd [weapon_ak47] [] [] [1] L 12/26/2024 - 13:57:38: [test.amxx] [OK] cmd [weapon_ak47] [] [] [1] L 12/26/2024 - 13:57:38: [test.amxx] [OK] cmd [weapon_ak47] [] [] [1] L 12/26/2024 - 13:57:38: [test.amxx] [OK] cmd [weapon_ak47] [] [] [1] L 12/26/2024 - 13:57:38: [test.amxx] [OK] cmd [weapon_ak47] [] [] [1] L 12/26/2024 - 13:57:38: [test.amxx] [OK] cmd [weapon_ak47] [] [] [1] L 12/26/2024 - 13:57:38: [test.amxx] [OK] cmd [weapon_ak47] [] [] [1] L 12/26/2024 - 13:57:38: [test.amxx] [OK] cmd [weapon_ak47] [] [] [1] L 12/26/2024 - 13:57:38: [test.amxx] [OK] cmd [weapon_ak47] [] [] [1] L 12/26/2024 - 13:57:38: [test.amxx] [OK] cmd [weapon_ak47] [] [] [1]
The text was updated successfully, but these errors were encountered:
s1lentq
No branches or pull requests
👉👈 Contact Details (optional)
No response
🤔 What happened?
the last used cmd will be spammed into the console forever, is that correct behavior?
📄 Relevant log output
The text was updated successfully, but these errors were encountered: