View Single Post
Firewall_
Senior Member
Join Date: Aug 2012
Old 01-09-2017 , 14:45   Re: Module: Fake Server Queries
Reply With Quote #136

Quote:
Originally Posted by Shooting King View Post
Tell if its the culprit or not, we can eliminate the use of bot_played_time altogether
i remove bot_played_time but problem did not solved bro.
it still shows 32/17

#include <amxmodx>
#include <fake_queries>


new const iBotsNum = 0;

public plugin_init()
{
register_plugin( "FakeQueries", "1.0", "Shooting King" );

if( !fq_set_botsnum(iBotsNum) )
log_amx( "Bots Successfully Set." );
else
log_amx( "Bots Failed to Set." );
}
Firewall_ is offline