
07-31-2001, 01:11 AM
|
|
Banned
|
 |
Join Date: Jul 2001
Location: Merlin - U S A Malak - United Kingdom
Posts: 2,543
|
|
|
if you want for a certain weapon like bomb
if (playerenters) {toweapons bomb;
timeout=.5;}
if (hasweapon&&timeout) {destroy;}
this way you can replace the npc in the data base thing so if it's ever added with RC it will destroy itself. |
|
|
|