View Single Post
Re: Need some help with pickup pistols
Old
  (#7)
The Storm
Council Member / E[POD]bot developer
 
The Storm's Avatar
 
Status: Offline
Posts: 1,620
Join Date: Jul 2004
Location: Bulgaria
Default Re: Need some help with pickup pistols - 22-11-2004

What do you mean ???

If I do it like this
PHP Code:
  else if(f_item_distance<50)
              {
                 
// Primary weapon.
                 
[....]
              }
              else
              {
                 
// Secondary weapon.
               
[....]   
              }
              break; 
This way is not working becose if I do that the bots don't pickup pistol never.I don't know what is the reason
</font></font>

Last edited by The Storm; 22-11-2004 at 18:59..
  
Reply With Quote