View Single Post
  #19  
Old 02-14-2004, 03:57 PM
WanDaMan WanDaMan is offline
Master Tux
WanDaMan's Avatar
Join Date: Aug 2002
Location: England, United Kingdom
Posts: 5,571
WanDaMan is a jewel in the roughWanDaMan is a jewel in the rough
Send a message via MSN to WanDaMan
Quote:
Originally posted by R0bin
or
NPC Code:

if (playerchats&&strequals(#c,destroy)&&strequals(#g, NPC Admin)) {
destroy;
}

Use KGSI or what ever it's called!
It's hard to read that way, like this!:
NPC Code:

if (playerchats){
if(strequals(#c,destroy)){
if(strequals(#g,NPC Admin)) {
destroy;
}
}
}


Easier to read, rawr
__________________
V$:CONFL16T
Reply With Quote