Server.cs states:
// vv Client Visor vv
function servercmdTogVisor(%client, %var) { commandToClient(%client,"togvisor",1); }
function servercmdVisor(%client,%var) { commandtoClient(%client,"VisorUpdate",%var); }
function servercmdVisorStats(%client,%var) { commandtoClient(%client,"VisorStatsUpdate",%var); }
However the functions "clientcmdtogviser", "clientcmdvisorupdate", and "clientcmdvisorstats" do not exist on the execution path of the client. Either this is not been made yet, this has not been executed on the client side, or this requires a client sided add on in which case a handshake method must be produced.
Sent from my iPad work sorry in advance for errors
Server.cs states: // vv Client Visor vv function servercmdTogVisor(%client, %var) { commandToClient(%client,"togvisor",1); } function servercmdVisor(%client,%var) { commandtoClient(%client,"VisorUpdate",%var); } function servercmdVisorStats(%client,%var) { commandtoClient(%client,"VisorStatsUpdate",%var); }
However the functions "clientcmdtogviser", "clientcmdvisorupdate", and "clientcmdvisorstats" do not exist on the execution path of the client. Either this is not been made yet, this has not been executed on the client side, or this requires a client sided add on in which case a handshake method must be produced.
Sent from my iPad work sorry in advance for errors