TheLord45 / amxpanel

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

Command: @PSP #5

Open TheLord45 opened 5 years ago

TheLord45 commented 5 years ago

Set the show effect position. Only 1 coordinate is ever needed for an effect; however, the command will specify both. This command sets the location at which the effect will begin.

Syntax: "'@PSP-<popup page name>;<x coordinate>,<y coordinate>'"

Variable: popup page name = 1 - 50 ASCII characters. Name of the page the popup is displayed On.

Example: SEND_COMMAND Panel,"'@PSP-Popup1;100,0'" Sets the Popup1 show effect x-coordinate value to 100 and the y-coordinate value to 0.