ID:267456
May 12 2003, 12:39 pm
|
|
is there a way I can put in a code that auto-boots people who abuse nugs in my game? And what is the code for banning people period?
|
May 12 2003, 12:44 pm
|
|
well you cant really auto-boot someone for abusing a bug unless you already know the bug and make it boot em, but why do that when u can just fix the bug?
|
In response to Koolguy900095
|
|
because sometimes I can't fix it 'cause I don't know what to do.
|
*sigh*
var/global/list/banned mob Login() ..() if(src.key in banned) del src GM verb/Ban(var/mob/m in world) banned.Add(m.key) del m That only works for persistant worlds, though. And it requires somebody to ban them. Oh, and look at this: http://bwicki.byond.com/ByondBwicki.dmb?TheCode |
<shameless plug>http://developer.byond.com/hub/Crispy/FullBan</ shameless>
|
In response to Lil'T
|
|
I don't want to seem like a prick here but it seems you may just be giving up on fixing something... If you work with something long enough, there is almost always a way to fix it. The only requirement is you put in enough time to fix and if all else fails, do as I do and ask people smarter then yourself, finnally if THIS doesn't work, find any pliable weapon of destruction and use it on your computer...Often times a magnet does the trick, but if thats not brutal enough, I reccommend a baseball bat, sledgehammer, shotgun, or another tool of destruction...You might even consider paying the mayor of Chicago to let you throw it off one of the Sears Towers....This is entirely up to you........Good luck!
|
Lil'T wrote:
And what is the code for banning people period? ^ ^ v v < > < > B A B A ... wait, thats for 30 lives... sorry |
In response to Rockinawsome
|
|
well why the HELL would I do that?? This computer costs money and just because of a bug I won't bust it!!
|
In response to Lil'T
|
|
Hahaha...chill its just a joke...A forgotten art known as sarcasm.....lol
|
In response to Rockinawsome
|
|
lol you crazy lol
|