ID:261850
 
I ban them but they come right back in! they dont have a - in their key....


thx, cait.

Ban(mob/M in world,T as text)
set category="Admin"
set desc="Who do you wish to ban?"
ban+=M.key
M<<"You have been banned."
world<<" [M] Has been banned by: [usr] because of [T]!"
banlist+="[M.key]"
del M
Do u run a proc at mob/Login() to check if they are on the ban list? :P
In response to Xallius
um.. no.. how do i do that??
In response to Mashed_The_Hamster
mob/Login()
..()
if(key in banlist)
src<<"You are banned from this game."
del(src)