daffyyyy / CS2-SimpleAdmin

Manage your Counter-Strike 2 server by simple commands :)
https://cs2-simpleadmin.daffyy.love
GNU General Public License v3.0
104 stars 36 forks source link

A minor thing, I can't seem to get the commands to work with Binding keys i.e. bind "F5" "say !css_admin" #100

Closed Jano1959 closed 5 months ago

Jano1959 commented 5 months ago

A REAL minor thing!

I can't seem to get the commands to work with Binding keys i.e. bind "F5" "say !css_admin"

daffyyyy commented 5 months ago

csa_admin is a console command, not chat command

Jano1959 commented 5 months ago

1st of all! THANKS A LOT for your work here!

I would love to use bind to execute some commands, like getting the admin menu on screen. (old habit from SM in CSGO..)

Would it be possible in any way?

When I use bind "F5" "say !admin" Is still does not work, but maybe that also is a console command.

TsunaDev commented 5 months ago

As it is a console command, you just have to put the command in the bind bind "F5" css_admin

Jano1959 commented 5 months ago

Ahh, my error, thank you :)