Based
on OLO's FakeFull metamod plugin. Fake clients connect to the server
when its empty. Every time someone joins and there is no more spots left
for another person one fake client is removed. When the server is empty
and FakeFull is on Automatic mode it will add a fake client. Once the #
of fake clients and real players equals to ff_players it will stop.
Admin Commands:
amx_addfake <# | @FILL> - Add # of bots or fill the server
amx_removefake <# | @ALL> - Remove # of bots or remove all
CVARs: Paste the following into your amxx.cfg to change defaults. You must uncomment cvar lines for them to take effect
Set ff_players to the number of fake clients you want in server at max. Turn on ff_automode.
The botnames.txt goes in the amxx configs folder
Download Plugin Source
Admin Commands:
amx_addfake <# | @FILL> - Add # of bots or fill the server
amx_removefake <# | @ALL> - Remove # of bots or remove all
CVARs: Paste the following into your amxx.cfg to change defaults. You must uncomment cvar lines for them to take effect
Code:
// ****************** FakeFull Settings ****************** //Turns Automatic mode on. //ff_players must be set higher then 0. //<1 = ON || 0 = OFF> //ff_automode 0 //Minimal number of fake and real clients on the server. //Fake clients will be kicked so that the total players on the //Server equals this number. If there are more players than this //All the fake players will be gone. Do NOT set this at or aboive //your max player count or no one will be able to join //REQUIRED to be above 0 for Automatic mode. //ff_players 2 //Delay between each fake client joins/leaves. //REQUIRED to be above 0 for Automatic mode and regular bot add. //ff_delay 1
Setup for Automatic Mode:
Set ff_players to the number of fake clients you want in server at max. Turn on ff_automode.
The botnames.txt goes in the amxx configs folder
Download Plugin Source
0 comments:
Post a Comment