diff --git a/ZombieManager/scripting/ZombieManager.sp b/ZombieManager/scripting/ZombieManager.sp index c877d72d..58bfaf18 100644 --- a/ZombieManager/scripting/ZombieManager.sp +++ b/ZombieManager/scripting/ZombieManager.sp @@ -289,6 +289,12 @@ public bool Filter_Motherzombies(const char[] sPattern, Handle hClients, int cli 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 aBuf2[MAX_NAME_LENGTH];