![]() |
Bots joining/leaving
I know this question must have been asked many times and I have searched but sorry beforehand.
I am trying to just have 4 bots in the server when there are NO PLAYERS, but when players join I want ALL bots or however many players join, the number of bots be removed. I kept changing values in the minbot/maxbot/quota but I couldn't get to work. |
Re: Bots joining/leaving
http://podbotmm.bots-united.com/doc_v3/html/pbmm.html
There is a paragraph about auto add/kick bot function. There are the only features they are directly included in podbot mm. If You need another way of adding/kicking bots, You have to use external plugins - like this one I wrote for AMX X: http://forums.alliedmods.net/showthread.php?t=71959 |
Re: Bots joining/leaving
after messing around with the numbers I finally got it.
Sorry but here is the last question, I am trying to restrict awp/autos for the bots. I looked at the restrictions but I don't get it, each weapon has a different number and at the end there is the command pb_restrweapons "000000000000000000000000" How exactly do I restrict awp and auto, they are numbers 21 and 22 |
Re: Bots joining/leaving
Quote:
pb_restrweapons "10000000000000000000000000" has no sens. To restrict USP: pb_restrweapons "01000000000000000000000000" To restrict GLOCK18: pb_restrweapons "00100000000000000000000000" To restrict DEAGLE: pb_restrweapons "00010000000000000000000000" (...) To restrict AWP: pb_restrweapons "00000000000000000000010000" To restrict G3SG1: pb_restrweapons "00000000000000000000001000" To restict SG550: pb_restrweapons "00000000000000000000000100" To restrict M249: pb_restrweapons "00000000000000000000000010" To restrict shield: pb_restrweapons "00000000000000000000000001" If You want to restrict 2 or more weapons, You need to combine those bits, i.e. - if You want to restrict M249 and DEAGLE, You need to do it so: pb_restrweapons "00010000000000000000000010" That's it. If You have troubles to count to 25, I cannot help. Sorry. If You are using AMX X and You want podbots to follow the restrictions humans have, You need to install this plugin: http://filebase.bots-united.com/inde...ct=view&id=423 |
All times are GMT +2. The time now is 19:52. |
Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.