Minimum version: v6.11.0
This event was introduced in SCNP25 v6.11.0. Earlier versions will silently ignore it.
Sets the radio's Subscriber ID to the supplied value verbatim, ignoring the active codeplug's subscriberPrefix.
Use this when an external system is the authoritative source of complete Subscriber IDs (e.g. a centralised radio-ID directory). To supply only the local part and let the agency prefix be applied automatically, use setID instead.
| Name | Type | Description |
|---|---|---|
id |
string | The full Subscriber ID. Parsed as an integer. |
Lua
TriggerEvent("radioExternal:setFullID", tostring(fullID))
C#
BaseScript.TriggerEvent("radioExternal:setFullID", fullID.ToString());
SubscriberID = id (no prefix applied) and refreshes the radio UI.