AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugin/Gameplay Ideas and Requests (https://forums.alliedmods.net/forumdisplay.php?f=60)
-   -   [CS:GO] Show spectators msay style (https://forums.alliedmods.net/showthread.php?t=329433)

Focus Nation 12-23-2020 18:36

[CS:GO] Show spectators msay style
 
I looking for a msay style spectator list, which shows people who are spectating you.
So not a hint menu spec list, I found plenty of those but I'm already using hint menu for something else I just need something simple and maybe a command to turn it on/off if anyone knows something like this let me know.

ThatOneGuy 12-23-2020 20:03

Re: [CS:GO] Show spectators msay style
 
I have one that can do it as hint, key hint (N/A for csgo), HUD, and top-left dialogue. DM me if you want it and I'll package/dropbox it for you. I'm assuming the HUD is what will work best for you.

Focus Nation 12-23-2020 20:47

Re: [CS:GO] Show spectators msay style
 
Quote:

Originally Posted by ThatOneGuy (Post 2729915)
I have one that can do it as hint, key hint (N/A for csgo), HUD, and top-left dialogue. DM me if you want it and I'll package/dropbox it for you. I'm assuming the HUD is what will work best for you.

What does the HUD and top-left dialog look like and it does work for csgo also I'm not interested in the hint message one.

Focus Nation 12-23-2020 21:51

Re: [CS:GO] Show spectators msay style
 
Any chance this could be in a msay (vote-like) box on the left?

Focus Nation 12-30-2020 15:08

Re: [CS:GO] Show spectators msay style
 
Still looking for this something like this:
https://i.gyazo.com/6f794e03fef8435e...6c4e3ac95f.png

Mr.Freeman 12-30-2020 19:02

Re: [CS:GO] Show spectators msay style
 
Quote:

Originally Posted by Focus Nation (Post 2730737)
Still looking for this something like this:
https://i.gyazo.com/6f794e03fef8435e...6c4e3ac95f.png

Just to confirm you want the information displayed in a panel? Be aware that if the client the panel is displayed to uses there number keys to change weapons (example. Number 1 for Primary) it will close the panel and additionally will not switch weapons unless the panel is already closed and they press 1 again.

This can be easily done just confirming that is what you want vs using the HINT / HUDHINT options?

ThatOneGuy 01-01-2021 18:00

Re: [CS:GO] Show spectators msay style
 
Quote:

Originally Posted by ThatOneGuy (Post 2729915)
I have one that can do it as hint, key hint (N/A for csgo), HUD, and top-left dialogue. DM me if you want it and I'll package/dropbox it for you. I'm assuming the HUD is what will work best for you.

Quote:

Originally Posted by Focus Nation (Post 2729916)
What does the HUD and top-left dialog look like and it does work for csgo also I'm not interested in the hint message one.

Replied to your DM, but figured I'd respond to your question here.

HUD is a block of RGBA (you pick colors/transparency) text then you can position anywhere on the screen. Here is an example in white from Google Images: Link

I'm not sure if CS:GO has the "sm_tsay" type block (top left):
PHP Code:

CreateDialog(clientoKVDialogType_Msg

.
Try as admin in console:
Code:

sm_tsay Hello
That is what it would look like, but you set the colors via CVars.

Focus Nation 01-02-2021 13:48

Re: [CS:GO] Show spectators msay style
 
Quote:

Originally Posted by Mr.Freeman (Post 2730749)
Just to confirm you want the information displayed in a panel? Be aware that if the client the panel is displayed to uses there number keys to change weapons (example. Number 1 for Primary) it will close the panel and additionally will not switch weapons unless the panel is already closed and they press 1 again.

This can be easily done just confirming that is what you want vs using the HINT / HUDHINT options?

I would preferably want it only to close with "9" so like:
Spectators:
(name1)
(name2)

9. Close

OR just like a command to disable enable this?


All times are GMT -4. The time now is 17:15.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.