View Single Post
  #3  
Old 09-12-2006, 06:28 PM
JkWhoSaysNi JkWhoSaysNi is offline
Ruler of the graalaxy
Join Date: Feb 2005
Location: Great Britain
Posts: 488
JkWhoSaysNi is on a distinguished road
Send a message via ICQ to JkWhoSaysNi
Quote:
Originally Posted by 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
  
}

yes, thats all i wanted to do. Thanks
__________________

Coming soon (Hopefully:P)
Reply With Quote