TheLord45 / amxpanel

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

Command: @PST #6

Closed TheLord45 closed 5 years ago

TheLord45 commented 5 years ago

Set the show effect time for the specified popup page.

Syntax: "'@PST-<popup page name>;<show effect time>'"

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

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