mnClientJoined

This is used in server state to deal with incoming connection requests. Requests are denied if the maximum number of clients (set during mnStartServer) has been reached.

Parameters

int Instance: This is the instance that the command should use.

Returns (Integer)

A number greater than 0 if a new client has joined. This number is the client ID of the new client.

0 if no new client has joined.

-1 if an error occurred.

Present in

DBP

C++

.Net




This page is in the following sections:
(2) Networking Commands
(1) Networking
(0) DarkNet Help