since CSGO have it so when you are in a buy zone if you press the use button the buy menu pops up

wonder if the following will work...
Syntax: Select all
from engines.server import engine_server
engine_server.client_command(<index>, 'cl_use_opens_buy_menu 0')
FCVAR_SERVER_CAN_EXECUTE prevented server running command: cl_use_opens_buy_menu


