Thread: Bot Ping
View Single Post
OctoberCat
New Member
Join Date: Aug 2009
Old 08-04-2009 , 15:45   Re: Bot Ping
Reply With Quote #9

Hi. Thank you for this plugin. I am having difficulty in getting it to work, and hope maybe it's something as simple as where I have the cvars or something.

- TF2 orangebox linux dedicated server
- Current metamod:s and source mod installed
- Your botping plugin initializes and is shown in the results of a sm plugins list command.
- I put the cvars into my server.cfg file.

The bot ping still says BOT, not an integer as we'd hope.

Any ideas?

SOLVED: I fixed this by adding the following to the source code at lines 49-50:

Code:
    else if(StrEqual("tf", szBuffer)) 
        strcopy(g_szPlayerManager, sizeof(g_szPlayerManager), "tf_player_manager");
And it works a treat, now. Thanks again for the plugin.

PS: I'd upload the changed version, but didn't want to do it without knagg's permission. Simple edit, only 2 lines, anyway.

Last edited by OctoberCat; 08-06-2009 at 21:57.
OctoberCat is offline