TheLord45 / amxpanel

Emulator for AMX panels
GNU General Public License v3.0
13 stars 1 forks source link

Command: @PHE #13

Closed TheLord45 closed 5 years ago

TheLord45 commented 5 years ago

Set the hide effect for the specified popup page to the named hide effect.

Syntax: "'@PHE-<popup page name>;<hide effect name>'"

Variable: popup page name = 1 - 50 ASCII characters. Name of the page the popup is displayed On. hide effect name = Refers to the popup effect names being used.

Example: SEND_COMMAND Panel,"'@PHE-Popup1;Slide to Left'" Sets the Popup1 hide effect name to ’Slide to Left’.

TheLord45 commented 5 years ago

This command is implemented and the value will be set. But the code to render the effect is currently not implemented.

TheLord45 commented 5 years ago

Hide effects are implemented. Closing issue.