ZombieManager: block sm_mzombie from console
This commit is contained in:
parent
2987042549
commit
0c35ff8841
@ -289,6 +289,12 @@ public bool Filter_Motherzombies(const char[] sPattern, Handle hClients, int cli
|
|||||||
|
|
||||||
public Action Command_DisplayMotherzombies(int client, int args)
|
public Action Command_DisplayMotherzombies(int client, int args)
|
||||||
{
|
{
|
||||||
|
if(client == 0)
|
||||||
|
{
|
||||||
|
ReplyToCommand(client, "[SM] Cannot use this from console.");
|
||||||
|
return Plugin_Handled;
|
||||||
|
}
|
||||||
|
|
||||||
char aBuf[1024];
|
char aBuf[1024];
|
||||||
char aBuf2[MAX_NAME_LENGTH];
|
char aBuf2[MAX_NAME_LENGTH];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user