Check API ID
Easily view your API ID with a command, and check if a given API ID is linked to an account.
Last updated
Was this helpful?
Was this helpful?
-- Request
TriggerEvent("SonoranCAD::apicheck:CheckPlayerLinked", source, identifier)
-- Response
AddEventHandler("SonoranCAD::apicheck:CheckPlayerLinkedResponse", function(player, identifier, exists)
print(("Player %s has API ID? %s"):format(player, exists))
end)