View Single Post
  #5  
Old 11-27-2001, 02:03 PM
nyghtGT nyghtGT is offline
Banned
nyghtGT's Avatar
Join Date: Jun 2001
Posts: 3,993
nyghtGT is on a distinguished road
Send a message via AIM to nyghtGT
Quote:
Originally posted by Andor_NPC-Admin1
This would make the player use no NPC weapons

if(playerenters) {
toweapons blah;
disableselectedweapons;
}
if(weaponfired)
say2 HAHA!;
if(playerleaves&&isweapon) {
enableselectedweapons;
destroy;
}
OMG ! its pixie !
Reply With Quote