View Single Post
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