View Single Post
Re: POD-Bot 2.6 For mEAn Admin
Old
  (#5)
Austin
Moderator
 
Austin's Avatar
 
Status: Offline
Posts: 403
Join Date: Nov 2003
Default Re: POD-Bot 2.6 For mEAn Admin - 22-04-2004

Quote:
Originally Posted by botmeister
If there's anything to add to POD 2.6, it would be allowing mEAn to impose real weapon restrictions on the bots. The method I use simply prevents restricted weapons from being spawned by the bots, this is not a proper solution but the only one I could come up with. There's other areas I'd like to have access to, such as forcing bots to buy certain weapons,

I plan on releasing the source code, ..
I ran across the awp_drop script for Amx and it takes the approach of forcing the client to drop the restricted weapon. I tried all sorts of ways to restrict weapons but this method seems to work THE #1 best. But it doesn't affect bots.

What they are doing is hooking the message WeapPickup and looking at parm 1,
which is the weapon id and then they force the weapon and then force the drop and print a lamer message!

I am going to add this to my base ABS_utils MM dll.

Any ETA on the source code? I have been waiting patiently ever since the announcement! Any chance on a pre release preview emailed to me?
Thanks.

Last edited by Austin; 22-04-2004 at 23:48..
  
Reply With Quote