Sign in to follow this  
Volarific

connectServer() ?

Recommended Posts

When trying to create a redirect plugin for my servers with B3, I came across this error:

unknown function

ConnectServer()

From reading the new script functions readme file I see this:

"CodeCallback_GotSequencedMessage(string )" Getting called on response from script connected masterserver.

The command will be passed as 1st argument. This callback-function has to be present to use the connectServer() function

"CodeCallback_GotSequencedPlayerMessage(string )" Getting called on response from script connected masterserver.

The command will be passed as 1st argument. The player entity will be available too with the "self" prefix.

This callback-function has to be present to use the connectServer() function

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this