- Языки
- Английский
About PopUp API
PopUp plugin allows other plugins to pop up messages in the middle of the player's interface.
Very useful during actions in player's inventory when chat is invisible.
Available parents:
void API_ShowPopup(BasePlayer player, string text, float time = 10f, string parent = "Hud.Menu", int fontSize = 25)
Example (Plugin Image)
PopUpAPI?.Call("API_ShowPopup", player, "» <color=#5c81ed>PopUp</color> API «", 15f, "Hud", 50);
PopUp plugin allows other plugins to pop up messages in the middle of the player's interface.
Very useful during actions in player's inventory when chat is invisible.
Available parents:
- Overall
- Overlay
- Hud
- Hud.Menu
- Under
void API_ShowPopup(BasePlayer player, string text, float time = 10f, string parent = "Hud.Menu", int fontSize = 25)
Example (Plugin Image)
PopUpAPI?.Call("API_ShowPopup", player, "» <color=#5c81ed>PopUp</color> API «", 15f, "Hud", 50);