View Single Post
  #1  
Old 05-27-2004, 05:34 PM
projectigi projectigi is offline
Registered User
Join Date: Jan 2004
Posts: 403
projectigi is an unknown quantity at this point
Destroying a npc using with(npcs[])?

How to destroy a npc with using:
with(npcs[index]){
}

i tried some things

with(npcs[index]){
destroy;
}
//Then the serverside part of the weapon is destroyed lol

with(npcs[index]){
setlevel2 onlinestartlocal.nw,10,10;
}
//Dont works

:/
Reply With Quote