Expanded on the info message when a admin_ban user tries to ban someone not in the cache.

This commit is contained in:
Steve Dudenhoeffer 2007-08-03 15:29:29 +00:00
parent 15b62648c9
commit 67ac030c56

View File

@ -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;
}