View Single Post
  #15  
Old 10-28-2003, 06:54 PM
GoZelda GoZelda is offline
Mister 1,000,000
GoZelda's Avatar
Join Date: Jan 2003
Location: Brussels, capital of Europe.
Posts: 5,396
GoZelda will become famous soon enough
Send a message via AIM to GoZelda Send a message via MSN to GoZelda
Gah, just make a string list containing all the "censored" words. You don't need own, owned and ownage, own would be enough already :/
NPC Code:

if (playerchats&&!strcontains(#c,#v(leftbraces))&&!st rcontains(#c,#v(rightbraces)){
//yes they're variables else the program probably would flip
for (this.censorecheck=0;this.censorecheck<sarraylen(s erver.censoreditems);this.censorecheck++){
if (strcontains(#c,#v(this.censorecheck)){
//remove player etc.
}
}
}


Yeah, i made that while i'm posting this :/ no testing so it ain't bugless.
__________________

Quote:
Originally Posted by Lance
stefan is satan
I am the best.
[URL removed]Music or aural pollution?
Reply With Quote