IsClientSourceTV Function

Returns if a certain player is the SourceTV bot.

bool IsClientSourceTV(int client)

Parameters

int client

Player index.

Return Value

True if player is the SourceTV bot, false otherwise.

Errors

Invalid client index, or client not connected.