// bots
bot_add
bot_quota 6
bot_quota_mode fill
bot_difficulty 3
bot_chatter off
bot_auto_follow 0
bot_auto_vacate 1
bot_join_after_player 0
bot_defer_to_human 1
bot_prefix "GG"
bot_allow_rogues 1
bot_walk 0
bot_join_team any
bot_eco_limit 2000
bot_allow_grenades 1
bot_all_weapons
bot_allow_grenades 1
bot_allow_pistols 1
bot_allow_sub_machine_guns 1
bot_allow_shotguns 1
bot_allow_rifles 1
bot_allow_snipers 1
bot_allow_machine_guns 1
i am running a srcds counterstrike source server
my os is Windows 7 Home Premium
i installed the latest mani admin mod succesfully
then i installed GunGame 5.1 and all of its requirements
after installing GunGame 5.1 mani admin mod stop from working ingame
so i had to install metamod to load and use mani admin mod side by side with GunGame 5.1
and from then on everything seem to work great.
the i added the following code
found on this forum to auto add bots so theres always six players on the server.
now everytime i join my server i need to wait until the round is over but the bots dont get any weapons and neither do the players i think it has some thing todo with erro code i get when starting up my server
i am executing these @startup of my server
//execute estools for cs source
es_load est_init
// execute GunGame Mod
es_load gungame
//execute gg_bots
exec GG_Bots
// execute mani admin mod
exec mani_server.cfg
// execute source radio
es_load sourceradio
es_load est_init
// execute GunGame Mod
es_load gungame
//execute gg_bots
exec GG_Bots
// execute mani admin mod
exec mani_server.cfg
// execute source radio
es_load sourceradio
hope you guys can help if you need more info just ask i will provide asap.