3rd Party Libraries
Recent Additions
Handles Parser
Discord
clients
IsClientObserver
File
IsClientObserver
Last Updated
2021-06-24
Created At
2007-06-22
Returns if a certain player is an observer/spectator.
native
bool
IsClientObserver(
int
client
)
Parameters
int
client
Player index.
Return Value
bool
True if player is an observer, false otherwise.
Error
Invalid client index, client not in game, or no mod support.