Quote:
Originally Posted by dead bwoy
I downloaded Terran's playertrack AMX plugin for use on my server (CS 1.6, HLDS STEAM WIN32, AMX 0.9.8a, Metamod 1.17)
Neither the sma compiled nor the amx file included in the zip work correctly...
|
What error message do you get when you try to compile the .sma?
Quote:
Originally Posted by dead bwoy
the plugin loads, yes, but;
================================================== ========
Realbot:
Works correctly!
--------------------------------------------------------------------------
Joebot:
Counts all players as humans! tn_pt_bots = 0 & tn_pt_humans = 5 with 5 bots on ???
--------------------------------------------------------------------------
Realbot vs Joebot:
Counts all players as humans! tn_pt_bots = 0 & tn_pt_humans = 10 with 10 bots on (5 real / 5 joe) o_O
--------------------------------------------------------------------------
...
|
This is really odd. I don't rely on any FL_FAKECLIENT flag (as I don't have access to it using AMX). What I do is simply parsing the log events. Whenever a human or bot triggers "entered the game" I check if the authid is "BOT" or not and based on that information I do my counts...
And it shouldn't matter what kind of bot is used. I'm using joebot and yapb together at my server and never got wrong numbers from this plugin!