Minimum version: v4.13.0
This command was introduced in SCNP25 v4.13.0.
/getRadioID
Pops a notification with the radio's current Subscriber ID. If no codeplug is loaded, the notification reads "Your radio ID is not available." instead.
Useful for the user when they need to read their ID off to a dispatcher, and for support when troubleshooting whether a radio actually has the ID it should.
If you need the Subscriber ID inside your own script rather than as a notification, use the export described on the Subscriber ID page:
Lua
local suid = exports['SCNP25']:getSubscriberID()
C#
string suid = Exports["SCNP25"].getSubscriberID();