Thread: [Solved] Limited Acces in server
View Single Post
4ever16
Veteran Member
Join Date: Apr 2015
Old 05-06-2020 , 23:00   Re: Some cvar blocked
Reply With Quote #7

Put this in some plugin and it will block amx_cvar for everyone.

PHP Code:
new const BlockCmds[][] = {
"amx_unban",
"amx_rcon",
"amx_cvar"

4ever16 is offline