PopUpGUIPanel(object, int)

Displays a GUI panel to a player.

void PopUpGUIPanel(
    object oPC,
    int nGUIPanel
);

Parameters

oPC

The player to show the GUI to.

nGUIPanel

GUI_PANEL_*


Description

Spawn a GUI panel for the client that controls oPC.

Nothing happens if oPC is not a player character or if an invalid value is used for nGUIPanel.



Remarks

Currently only one GUI panel exists; the player death panel:
GUI_PANEL_PLAYER_DEATH


Version

1.61

See Also

functions: PopUpDeathGUIPanel
categories: Miscellaneous Functions
constants: GUI_PANEL_* Constants


 author: Tom Cassiotis, editor: Lilac Soul