Core Function SSDrop
From Sputnik Wiki
SDrop( <client socket> )
Contents |
Description
Kick a client off the server.
Parameters
<client socket>
The client to kick.
Return Value
Success: Returns true.
Failure: Returns false.
Remarks
This is NOT a generic socket toolset; You can't use this to connect to anything instead it is used to connect Sputnik clients with Sputnik servers in a very easy to use way.
Example
See the Listen() and Connect() for examples