isOnline

Checks if a player with the given identifier is online.

Parameters:

  • identifier (string): Citizen ID

Returns:

  • boolean: True if online

if ps.isOnline(citizenId) then 
   print('They are online')
end

Last updated