Posts: 18
Threads: 2
Joined: Dec 2004
Reputation:
0
I have bothe windows and linux versions running but since the last patch (the bots) +maxplayer 10 dont work
full commands are
./srcds_run -console -game cstrike +map de_dust +maxplayer 10
whats changes ???
Posts: 4
Threads: 1
Joined: Jan 2005
Reputation:
0
You mean you want to add some bots?
Posts: 18
Threads: 2
Joined: Dec 2004
Reputation:
0
no what I want to do is limit the amount of players that can log on, it seems to default now to 32.
this is from using the console command I could use the gui on scrds.exe for the windows but this is not available on the linux.
how does one add bots via console startup anyhow ? maybe I could just fill up with 24 bots and leave 8 spaces for human
Posts: 367
Threads: 14
Joined: Dec 2004
Reputation:
0
01-20-2005, 07:40 PM
(This post was last modified: 01-20-2005, 07:45 PM by Stealth.)
change +maxplayer to +maxplayers
for bots:
//Add bot to terrorist team
bot_add_t
//Add bot to counter terrorist team
bot_add_ct
or
//Adds 10 bots, if one human joins a bot will leave so there is constantly 10 'people' in the server.
bot_quota 10