TheLord45 / amxpanel

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

Command: @PHT #15

Closed TheLord45 closed 5 years ago

TheLord45 commented 5 years ago

Set the hide effect time for the specified popup page.

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

Variable: popup page name = 1 - 50 ASCII characters. Name of the page the popup is displayed On. hide effect time = Given in 1/10ths of a second.

Example: SEND_COMMAND Panel,"'@PHT-Popup1;50'" Sets the Popup1 hide effect time to 5 seconds.

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 effect was implemented. Closing issue.