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