CHR15cs / CS2-Practice-Plugin

Open Source Plugin for Counterstrike 2 based on CounterStrikeSharp
GNU General Public License v3.0
82 stars 10 forks source link

Match Mode - forcePause not possible #64

Open beckmarc opened 6 months ago

beckmarc commented 6 months ago

I was just checking out your plugin and I noticed a bug in the description and implementation of the match mode pause commands. Specifically, I couldn't find a way to force pause the match. In your documentation you also state to use "forceunpause" to pause and unpause the match which is not possible.

image

CHR15cs commented 6 months ago

The command works for me fine, can you describe me step by step on how to reproduce your behaviour?

beckmarc01 commented 6 months ago

Yes, I can but before I want to clarify in case I understand something wrong here. Is this a mistake in the documentation or are you actually supposed to use "forceunpause" even for pausing a match ?

CHR15cs commented 6 months ago

Ah now I think I get it, .forceunpause cannot be used to pause the match Its meant like admins can force the unpause using .forceunpause

beckmarc01 commented 6 months ago

That's true but my problem is that "force pause" does not work or exist. The documentation also does not contain it as you can see in my screenshot. I just want to pause the match as an admin.