IsClientTimingOut
Returns if a client is timing out
native bool IsClientTimingOut(int client)
Parameters
int client
Player's index.
Return Value
bool True if client is timing out, false otherwise.Error
Invalid client index, client not connected, or fake client.