ID:177497
![]() Sep 1 2002, 8:04 am
|
|
i need help with a IP/Key ban code...
|
Copyright © 2025 BYOND Software.
All rights reserved.
a few very basic steps
make a var named banned
make a save list that saves the variable banned
make a load list tha loads the variable banned
make a if statement that looks for banned
if(usr.banned==1)
del(src)
simple as that.