IsClientInGame
Returns if a certain player has entered the game.
native bool IsClientInGame(int client)
Parameters
int client
Player index (index does not have to be connected).
Return Value
bool True if player has entered the game, false otherwise.Error
Invalid client index.