Native referenceFiveM

IS_PLAYER_ONLINE

0xF25D331DC2627BBC PLAYER
FUNCTION SIGNATURE
BOOL IS_PLAYER_ONLINE(/* parameters not documented */);
Property Value
Native Name IS_PLAYER_ONLINE
Hash 0xF25D331DC2627BBC
Return Type BOOL

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.

Back to PLAYER