JJstorm / WorldRP

Here we go, team effort to answer Blocklands CityRPs and RPGs
MIT License
0 stars 0 forks source link

Calling a non existent function / No handshake #1

Open RarwMuffinz21 opened 10 years ago

RarwMuffinz21 commented 10 years ago

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

JJstorm commented 10 years ago

The client visor is still under construction. Plz bear wit me