Documentation

Want to improve the docs? Take a look at scripting-api-data!
Found a bug? jc3mp/bugs is a good place to let us know.

ClientConnectRequest

Called when a RemoteClient tries to connect to the Server

This event can be cancelled by returning `false`.

Parameter

Name Type Description
playerName string the players/clients name
ipAddress string the associated connection ip address

Example

jcmp.events.Add('ClientConnectRequest', (playerName, ipAddress) => {
  // This event currently lacks an example.
});

Stay informed

By becoming the newest member of our growing forums, we and hundreds of other players will always keep you up to date on everything JC3:MP related.