BanPlayer
Bans the player from joining the current server.
C# Syntax
void NAPI.Client.BanPlayer(Client player, string reason = "");
Parameters
- player: parameter input should be in Client type
- reason: optional parameter, input should be in string type
Example
// Code here...