forked from UNLOZE/sm-plugins
Small fixes
This commit is contained in:
@@ -102,6 +102,9 @@ public Action OnCheatCommand(int client, const char[] command, int argc)
|
||||
if(!argc && (StrEqual(command, "kill") || StrEqual(command, "explode")))
|
||||
return Plugin_Continue;
|
||||
|
||||
if(StrEqual(command, "setang"))
|
||||
return Plugin_Continue;
|
||||
|
||||
if(!IsClientAuthorized(client) || !CheckCommandAccess(client, "", ADMFLAG_CHEATS))
|
||||
return Plugin_Handled;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user