View Single Post
  #1  
Old 02-28-2002, 03:28 AM
zell12 zell12 is offline
Gone
zell12's Avatar
Join Date: Jun 2001
Location: Alberta, Canada
Posts: 8,541
zell12 will become famous soon enough
Send a message via ICQ to zell12 Send a message via AIM to zell12 Send a message via MSN to zell12
Disabling Weapons when...

Only one weapon is highlighted... I think its something like:

NPC Code:
if (strequals(#w,RaWr)) {
disablewepons;
}
else enableweapons;
}

__________________
Reply With Quote