View Single Post
  #2  
Old 09-12-2006, 06:19 PM
Luigi203 Luigi203 is offline
Hamma Time
Luigi203's Avatar
Join Date: Mar 2003
Location: North East PA
Posts: 285
Luigi203 is on a distinguished road
Send a message via AIM to Luigi203
wtf are you talking about? If you're talking about just changing the selected weapon, here.


PHP Code:

for (0weaponscounti++) { //loop through the weapons
  
if (strequals(#w(i),WEAPONNAME)) {  //check to see if the weapons index i is equal to what you want to change the weapon to
   
selectedweapon i//change the selected weapon
   
break; //end the loop
  
}

__________________


CAUTION
Reply With Quote