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>