Opened 15 years ago
Closed 15 years ago
#4 closed defect (fixed)
Addbot command and UI doesn't when connected on dedicated server
Reported by: | sg_tequila | Owned by: | torhu |
---|---|---|---|
Priority: | normal | Milestone: | Smokin' Guns 1.1b3 - Engine |
Component: | Engine | Version: | 1.0 |
Keywords: | Cc: |
Description
How to reproduce:
- Connect to a public server
- Open the ingame menu
- Select "Addbot" and choose a bot
- Game responds something like "unknown addbot cmd" and nothing happens
What is expected:
- I think a callvote to add the bot, so people alone on a public server could play with bots waiting for people
Btw, bot_minPlayers to 0 may prevent the feature: the bot will be kicked automatically. Maybe we should just remove or disable the Addbot menu when online and add a callvote to set bot_minPlayer.
Change History (3)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Owner: | set to torhu |
---|---|
Status: | new → assigned |
Yes, you can. I think we don't really need this menu when online.
comment:3 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed in r165 in the content svn.
Note: See
TracTickets for help on using
tickets.
Just disabling that menu if sv_running is zero should be ok, I think. Want me to fix it?