View Single Post
  #8  
Old 07-25-2010, 09:34 AM
devilsknite1 devilsknite1 is offline
C:
devilsknite1's Avatar
Join Date: Jul 2006
Location: Florida, USA
Posts: 269
devilsknite1 has a spectacular aura about
Send a message via AIM to devilsknite1 Send a message via MSN to devilsknite1 Send a message via Yahoo to devilsknite1
Quote:
Originally Posted by oo_jazz_oo View Post
player.selectedweapon is the index of the selected weapon in the players weapon aray.

PHP Code:
if (player.selectedweapon == player.weapons.index(findweapon("Name"))) 
Shouldn't it be

PHP Code:
if ( player.selectedweapon == player.weapons.indexblah ] ) { 
?
Reply With Quote