3rd Party Libraries
Recent Additions
Handles Parser
Discord
clients
IsFakeClient
File
IsFakeClient
Last Updated
2021-06-24
Created At
2007-02-27
Returns if a certain player is a fake client.
native
bool
IsFakeClient(
int
client
)
Parameters
int
client
Player index.
Return Value
bool
True if player is a fake client, false otherwise.
Error
Invalid client index, or client not connected.