Thread: removeweapon()
View Single Post
  #7  
Old 07-08-2008, 02:24 AM
DrakilorP2P DrakilorP2P is offline
Registered User
DrakilorP2P's Avatar
Join Date: Apr 2006
Posts: 755
DrakilorP2P is just really niceDrakilorP2P is just really nice
Wouldn't this work?
PHP Code:
for (temp.i=0temp.i<player.weapons.size(); temp.i++)
  
player.removeweapon(player.weapons[0].name); 
Reply With Quote