From 67ac030c569f0b22977ac4f16cc2888ddcf0535e Mon Sep 17 00:00:00 2001 From: Steve Dudenhoeffer Date: Fri, 3 Aug 2007 15:29:29 +0000 Subject: [PATCH] Expanded on the info message when a admin_ban user tries to ban someone not in the cache. --- plugins/admincmd.sma | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/admincmd.sma b/plugins/admincmd.sma index 19fac32e..94118129 100755 --- a/plugins/admincmd.sma +++ b/plugins/admincmd.sma @@ -378,7 +378,7 @@ public cmdAddBan(id, level, cid) if (!canban) { - console_print(id, "[AMXX] You may only ban recently disconnected clients."); + console_print(id, "[AMXX] You may only ban recently disconnected clients. Use ^"amx_last^" to view."); return PLUGIN_HANDLED; }