TheLord45 / amxpanel

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

Command: ^BOS #26

Open TheLord45 opened 5 years ago

TheLord45 commented 5 years ago

Set the button to display either a Video or Non-Video window.

Syntax: "'^BOS-<vt addr range>,<button states range>,<video state>'"

Variable: variable text address range = 1 - 4000. button states range = 1 - 256 for multi-state buttons (0 = All states, for General buttons 1 = Off state and 2 = On state). video state = Video Off = 0 and Video On = 1.

Example: SEND_COMMAND Panel,"'^BOS-500,1,1'" Sets the button to display video.