csgo-pug-setup icon indicating copy to clipboard operation
csgo-pug-setup copied to clipboard

Please help me about warm-up and BOT features

Open soscaster opened this issue 5 years ago • 3 comments

I want to reset the game to the unlimited warm-up, and add bot to the warm-up (after the real player join the bot will be kicked). How can I do it right on this project ? And I want to automatic choose my Steam account as the admin. If you can make it, I will be very happy ! I think these features it's necessary, so if you can, please help me.

soscaster avatar Apr 11 '20 15:04 soscaster

I want to reset the game to the unlimited warm-up, and add bot to the warm-up (after the real player join the bot will be kicked). How can I do it right on this project ?

You can put whatever cvaras you want in the warmup config: sourcemod/pugsetup/warmup.cfg

And I want to automatic choose my Steam account as the admin. If you can make it, I will be very happy !

Not sure what "the admin" means in this context. Sourcemod admin? "Pug leader"? Both? You can make yourself sourcemod admin and issue whatever commands you want.

splewis avatar Apr 12 '20 01:04 splewis

Not sure what "the admin" means in this context. Sourcemod admin? "Pug leader"? Both? You can make yourself sourcemod admin and issue whatever commands you want.

I mean the only one can control the menu and the match

soscaster avatar Apr 12 '20 02:04 soscaster

Have a look at https://github.com/splewis/csgo-pug-setup/blob/master/configs/pugsetup/permissions.cfg

Edit "all" of the commands to "admin" for which you want only admin can use.

"admin" means players who have flag "b" in sourcemod

And add yourself to the admin list in sourcemod

https://wiki.alliedmods.net/Adding_Admins_(SourceMod)

IshaanKr avatar Apr 13 '20 07:04 IshaanKr