Thread: selectedweapon
View Single Post
  #14  
Old 06-07-2006, 01:12 PM
ApothiX ApothiX is offline
Okiesmokie
Join Date: May 2004
Posts: 1,447
ApothiX is on a distinguished road
Quote:
Originally Posted by 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.
Might help if you gave more information.

Have you tried doing: player.weapon = findWeapon("WeaponName"); ?
__________________


[06:24:19] * Parts: Skyld (i=silent@unaffiliated/skyld) ("Perhaps Okiesmokie did not realise that I like the boys. ")
Reply With Quote