IsClientInGame Function

Returns if a certain player has entered the game.

bool IsClientInGame(int client)

Parameters

int client

Player index (index does not have to be connected).

Return Value

True if player has entered the game, false otherwise.

Errors

Invalid client index.