Expanded on the info message when a admin_ban user tries to ban someone not in the cache.
This commit is contained in:
parent
15b62648c9
commit
67ac030c56
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user