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

[CS:GO] Question about Panorama UI


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Santi.
Member
Join Date: Oct 2010
Location: Cordoba(Argentina)
Old 08-03-2018 , 13:16   [CS:GO] Question about Panorama UI
Reply With Quote #1

Hi, this question is directly to the Sourcemod Developer Team.

I would like to know if the new Panorama UI system will be/can be "hooked" in sourcemod in order to use it for making things like menus or custom panels.

It would be exciting to do something like that if it's possible!

Thanks!
Santi. is offline
eyal282
Veteran Member
Join Date: Aug 2011
Old 08-03-2018 , 16:32   Re: [CS:GO] Question about Panorama UI
Reply With Quote #2

https://forums.alliedmods.net/showthread.php?p=2601768
__________________
I am available to make plugins for pay.

Discord: Eyal282#1334
eyal282 is offline
Proz
AlliedModders Donor
Join Date: Apr 2005
Old 08-04-2018 , 08:28   Re: [CS:GO] Question about Panorama UI
Reply With Quote #3

Do you mean like the built-in vote menu for casting votes on VALVE servers? I'd like to see that one too.
Proz is offline
Santi.
Member
Join Date: Oct 2010
Location: Cordoba(Argentina)
Old 08-04-2018 , 14:17   Re: [CS:GO] Question about Panorama UI
Reply With Quote #4

Quote:
Originally Posted by eyal282 View Post
That's how to know if an user has panorama... I didn't mean that bro, read again pls.

Last edited by Santi.; 08-04-2018 at 14:17.
Santi. is offline
Santi.
Member
Join Date: Oct 2010
Location: Cordoba(Argentina)
Old 08-04-2018 , 14:19   Re: [CS:GO] Question about Panorama UI
Reply With Quote #5

Quote:
Originally Posted by Proz View Post
Do you mean like the built-in vote menu for casting votes on VALVE servers? I'd like to see that one too.
I mean like creating menus with panels with better visuals than the default source menu (black and orange). It would be great!
Santi. is offline
SHUFEN
Senior Member
Join Date: Jun 2014
Location: Japan, Tokyo
Old 08-04-2018 , 19:33   Re: [CS:GO] Question about Panorama UI
Reply With Quote #6

At least I have seen guys using built-in vote menu in a community server.
Maybe you can call it with send usermessage.
SHUFEN is offline
Send a message via Skype™ to SHUFEN
Santi.
Member
Join Date: Oct 2010
Location: Cordoba(Argentina)
Old 08-05-2018 , 05:19   Re: [CS:GO] Question about Panorama UI
Reply With Quote #7

Do you guys read what I wrote?.. I know how to do menus and votes... I want to know if with Panorama we'll have new options for make them
Santi. is offline
eyal282
Veteran Member
Join Date: Aug 2011
Old 08-05-2018 , 05:35   Re: [CS:GO] Question about Panorama UI
Reply With Quote #8

Quote:
Originally Posted by Santi. View Post
Do you guys read what I wrote?.. I know how to do menus and votes... I want to know if with Panorama we'll have new options for make them
"I would like to know if the new Panorama UI system will be/can be "hooked" in sourcemod in order to use it for making things like menus or custom panels."

What you ask here is this function but to actually work:

HookEvent("client_connected", Event_ClientConnected, EventHookMode_Post);

public Action:Event_ClientConnected(Handle:hEvent, const String:Name[], bool:dontBroadcast)
{
new boolanorama;

if(GetEventBool(hEvent, "panorama"))
{
Panorama = true;
}
}
__________________
I am available to make plugins for pay.

Discord: Eyal282#1334
eyal282 is offline
klippy
AlliedModders Donor
Join Date: May 2013
Location: Serbia
Old 08-05-2018 , 06:43   Re: [CS:GO] Question about Panorama UI
Reply With Quote #9

What the OP is asking is whether there is an API to create custom interfaces now with Panorama, not just summon menus/panels provided by Valve. The answer is most likely "no", but I don't know.
__________________

Last edited by klippy; 08-05-2018 at 06:43.
klippy is offline
Santi.
Member
Join Date: Oct 2010
Location: Cordoba(Argentina)
Old 09-09-2018 , 20:00   Re: [CS:GO] Question about Panorama UI
Reply With Quote #10

Quote:
Originally Posted by KliPPy View Post
What the OP is asking is whether there is an API to create custom interfaces now with Panorama, not just summon menus/panels provided by Valve. The answer is most likely "no", but I don't know.
Thanks bro, that's exactly what I'm asking for..
Santi. is offline
Reply


Thread Tools
Display Modes

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 17:07.


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