Raised This Month: $32 Target: $400
 8% 

[CS:GO] ShowVGUIPanel Panorama


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Indarello
Senior Member
Join Date: Nov 2015
Location: Russia
Old 08-15-2018 , 12:22   [CS:GO] ShowVGUIPanel Panorama
Reply With Quote #1

How to remove teamchange menu in panorama?
ShowVGUIPanel(client, "team", null, false);
Not working for me now
Indarello is offline
SHUFEN
Senior Member
Join Date: Jun 2014
Location: Japan, Tokyo
Old 08-15-2018 , 13:55   Re: [CS:GO] ShowVGUIPanel Panorama
Reply With Quote #2

I'm pretty sure that became client sides.
To easy method is setting client team to spectator in put in server.
SHUFEN is offline
Send a message via Skype™ to SHUFEN
Ilusion9
Veteran Member
Join Date: Jun 2018
Location: Romania
Old 08-16-2018 , 06:07   Re: [CS:GO] ShowVGUIPanel Panorama
Reply With Quote #3

PHP Code:
sv_disable_show_team_select_menu Prevent the team select menu from showing
__________________
Ilusion9 is offline
Indarello
Senior Member
Join Date: Nov 2015
Location: Russia
Old 08-16-2018 , 12:20   Re: [CS:GO] ShowVGUIPanel Panorama
Reply With Quote #4

Quote:
Originally Posted by Ilusion9 View Post
PHP Code:
sv_disable_show_team_select_menu Prevent the team select menu from showing
I have teambalance plugin, in some cases plugin block teamchange
Indarello is offline
Ilusion9
Veteran Member
Join Date: Jun 2018
Location: Romania
Old 08-16-2018 , 13:30   Re: [CS:GO] ShowVGUIPanel Panorama
Reply With Quote #5

Quote:
Originally Posted by Indarello View Post
I have teambalance plugin, in some cases plugin block teamchange
i don't see how this cvar can block team change. what plugin do you use?
__________________
Ilusion9 is offline
Neuro Toxin
Veteran Member
Join Date: Oct 2013
Location: { closing the void; }
Old 08-16-2018 , 17:37   Re: [CS:GO] ShowVGUIPanel Panorama
Reply With Quote #6

The convar doesnt block team changes. You would hook team change and either return handled or force it back.
__________________
Neuro Toxin is offline
Indarello
Senior Member
Join Date: Nov 2015
Location: Russia
Old 08-17-2018 , 10:23   Re: [CS:GO] ShowVGUIPanel Panorama
Reply With Quote #7

Quote:
Originally Posted by Neuro Toxin View Post
The convar doesnt block team changes. You would hook team change and either return handled or force it back.
I was thinking about return back, but before panorama i let players teamchange on round_end, warmup without death
because i have damage protection on round end and warmup

Last edited by Indarello; 08-17-2018 at 10:25.
Indarello is offline
_GamerX
AlliedModders Donor
Join Date: Jun 2011
Location: Fun Server
Old 08-17-2018 , 17:05   Re: [CS:GO] ShowVGUIPanel Panorama
Reply With Quote #8

GameRules_SetProp("m_bIsQueuedMatchmaking", 1); is totaly block teamchange and remove team switch icon from menu withou any game mode changes
__________________
_GamerX is offline
Send a message via ICQ to _GamerX Send a message via Skype™ to _GamerX
Indarello
Senior Member
Join Date: Nov 2015
Location: Russia
Old 08-18-2018 , 13:42   Re: [CS:GO] ShowVGUIPanel Panorama
Reply With Quote #9

Also, i found that teamchange menu not close because of this:
Code:
public Action HookEvent_PlayerTeam(Event E_Event, char[] C_Name, bool B_DontBroadcast) 
{
	B_DontBroadcast = true;
	E_Event.BroadcastDisabled = true;
	return Plugin_Changed
}
Indarello is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


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


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