Returns the citizen identifier for the given source.
Parameters:
source (number): Player server ID
source
Returns:
string|nil: Citizen ID or nil if not found
string|nil
Example:
local citizenId = ps.getIdentifier(source) print("Citizen ID:", citizenId)
Last updated 5 months ago