TheLord45 / amxpanel

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

Command: @PPT #3

Closed TheLord45 closed 5 years ago

TheLord45 commented 5 years ago

Set a specific popup page to timeout within a specified time. If timeout is empty, popup page will clear the timeout.

Syntax: "'@PPT-<popup page name>;<timeout>'"

Variable: popup page name = 1 - 50 ASCII characters. Name of the popup page. timeout = Timeout duration in 1/10ths of a second.

Example: SEND_COMMAND Panel,"'@PPT-Popup1;30'" Sets the popup page ’Popup1’ to timeout within 3 seconds.