Thread: selectedweapon
View Single Post
  #13  
Old 06-06-2006, 07:56 PM
Omini Omini is offline
Millenium Owner
Join Date: Feb 2006
Location: N.Ireland
Posts: 293
Omini is on a distinguished road
Send a message via AIM to Omini Send a message via MSN to Omini Send a message via Yahoo to Omini
PHP Code:
clientr.hotkey1.replace(0,params[1]);
    
clientr.hotkey1.replace(1,params[2]);
    for (
temp.wweapons) {
      if (
temp.w.name == clientr.hotkey1[0]) {
        
clientr.hotkey1.replace(2,temp.w);
      }
    } 
That isn't working. Can you see where it's going wrong?
__________________



Reply With Quote