Event
Player.VOIPLocalSettingChange
Triggered when the local VOIP setting changes for this player
Syntax
Player.Subscribe("VOIPLocalSettingChange", function(self, old_setting, new_setting)
-- il tuo codice
end)
Arguments
| Name | Type | Default | Description |
|---|---|---|---|
self
|
Player | — | — |
old_setting
|
VOIPSetting | — | — |
new_setting
|
VOIPSetting | — | — |