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')
endLast updated
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')
endLast updated