Exemplo n.º 1
0
 public void OnPlayerTalkingOnRadio(GTANetworkAPI.Client client, string radioChannel, bool isSending)
 {
     Voice.SetPlayerSendingOnRadioChannel(client, radioChannel, isSending);
 }
Exemplo n.º 2
0
 public void OnPlayerDisconnected(GTANetworkAPI.Client client)
 {
     Voice.RemovePlayerRadioChannel(client);
 }