IsPlayerOnline
Docslocal retval = IsPlayerOnline()Description
It returns true if the player is online, suggesting they are also logged in locally. Note that this is an alias for NETWORK_IS_SIGNED_ONLINE.
Returns
BOOLReturns TRUE (1) or FALSE (0).