Raised This Month: $51 Target: $400
 12% 

Bot Tools


Post New Thread Reply   
 
Thread Tools Display Modes
BigBaller
Veteran Member
Join Date: Mar 2004
Location: Everett, WA
Old 11-18-2007 , 18:56   Re: Bot Tools
Reply With Quote #21

I cant even get the /bottools menu to show up and I am using SM revision 1700 with no other plugins.

sm_help shows the bottools command but the menu doesnt come up at all.
__________________

BigBaller is offline
TFN|Nick
Senior Member
Join Date: Sep 2007
Old 11-20-2007 , 16:42   Re: Bot Tools
Reply With Quote #22

can you call bottools from the console?
TFN|Nick is offline
Send a message via MSN to TFN|Nick
BigBaller
Veteran Member
Join Date: Mar 2004
Location: Everett, WA
Old 11-27-2007 , 05:20   Re: Bot Tools
Reply With Quote #23

no acutally. I cant.
__________________

BigBaller is offline
TFN|Nick
Senior Member
Join Date: Sep 2007
Old 11-27-2007 , 05:24   Re: Bot Tools
Reply With Quote #24

Take a look in sm plugins list and find bottools. See if there is an error in there listed.

Also, try using /bottools in chat. Then see what output you have in the console... see if there are any errors reported.
TFN|Nick is offline
Send a message via MSN to TFN|Nick
BigBaller
Veteran Member
Join Date: Mar 2004
Location: Everett, WA
Old 11-27-2007 , 05:32   Re: Bot Tools
Reply With Quote #25

No errors.

I will check again after I update SourceMod again. using build 1700
__________________

BigBaller is offline
That Guy
New Member
Join Date: Dec 2007
Old 12-19-2007 , 19:56   Re: Bot Tools
Reply With Quote #26

Is there a way to allow the public to use !bottools when no admins are online?
That Guy is offline
Nashii
New Member
Join Date: Apr 2008
Old 04-10-2008 , 16:04   Re: Bot Tools
Reply With Quote #27

Hi dalto,

Can you add the ability to have bots automatically when there are people who join the server which was empty, and to set the "quit the bot when the user join" to "True" by default?

It will be great!
And if you can add the console command "sm_bottools" instead of the "!bottools" in the chat room.

I think it would be even better if we could automatically disable the "autoslay" when there is 0 human players in the game!

Sorry for my bad English ... I am french ...

Nashii
Nashii is offline
Xaphan
SourceMod Donor
Join Date: Jun 2008
Old 09-22-2008 , 20:42   Re: Bot Tools
Reply With Quote #28

I tried to add bottools.cfg to dir.. /cstrike/cfg/sourcemod
and it didn't work, I'd like to have autoslay off by default.

Where can I put these values?

sm_bot_tools_enable "1"
sm_bot_tools_autoslay "0"
sm_bot_tools_bot_count "4"
Xaphan is offline
Xaphan
SourceMod Donor
Join Date: Jun 2008
Old 09-22-2008 , 23:50   Re: Bot Tools
Reply With Quote #29

I just changed the below value in bottools.sp and recompiled it.
Worked fine for me.
CreateConVar("sm_bot_tools_autoslay", "1", "Turns autoslay on and off");
to
CreateConVar("sm_bot_tools_autoslay", "0", "Turns autoslay on and off");
Xaphan is offline
Tipsy Snake
Junior Member
Join Date: May 2009
Location: Belarus
Old 05-03-2009 , 14:39   Re: Bot Tools
Reply With Quote #30

dalto
Ooops! Loks like there is a bug in your code!
Code:
new playersConnected = GetMaxClients();
for (new i = 1; i <= playersConnected; i++) {
...
}
You missed 1 client, aren't you?

By the way, I'm working on the plugin with similar functionality. I have some ideas, but I'm too lazy so it has only autoslay function and notifier now.
I'm going to make my plugin correctly process some situations such as: when you are the last alive in your team and you get killed, there is no reason to slay bots! And some other.

Last edited by Tipsy Snake; 05-03-2009 at 16:47.
Tipsy Snake is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 12:59.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode