IsClientTimingOut Function

Returns if a client is timing out

bool IsClientTimingOut(int client)

Parameters

int client

Player's index.

Return Value

True if client is timing out, false otherwise.

Errors

Invalid client index, client not connected, or fake client.