SetClientName Function

Changes a client's name.

void SetClientName(int client, const char[] name)

Parameters

int client

Player's index.

const char[] name

New name.

Errors

Invalid client index, client not connected, or lack of mod support.