View Single Post
Re: Need some help with pickup pistols
Old
  (#6)
@$3.1415rin
Council Member, Author of JoeBOT
 
@$3.1415rin's Avatar
 
Status: Offline
Posts: 1,381
Join Date: Nov 2003
Location: Germany
Default Re: Need some help with pickup pistols - 22-11-2004

is this really supposed to be this way :

PHP Code:
else if(f_item_distance<50)
             {
                
// Secondary weapon.
               
[....]
             }
             else
             {
                 
// Primary weapon.
              
[....]   
             }
             break; 
or was i counting a wrong number of { and } ?


  
Reply With Quote