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