Shows a VGUI panel to a specific client.
void ShowVGUIPanel(int client, const char[] name, Handle Kv, bool show)
Client index.
Panel type name (Check viewport_panel_names.h to see a list of some panel names).
KeyValues handle with all the data for the panel setup (Depends on the panel type and may be unused).
True to show the panel, or false to remove it from the client screen.
Invalid client index, or client not in game.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.