Announcement

Collapse
No announcement yet.

SendVoiceToPlayer

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    SendVoiceToPlayer

    SendVoiceToPlayer(player, giveplayer, radius)

    Player - user of function
    Giveplayer - sending the voice to
    Radius, - radius of voice of sender

    I'm not exactly sure if this is possible but it would be incredible to add to immersion.

    Essentially it would allow the player to send voice only to the other player and of course the proximity of the sender (like a phone call).

    This could be used for Calls, Radio chat and for admins to send to players or for private chats for admins
    Could be used for whisper functions
    ​​​​​

    #2
    Use the function to specify which players can hear the voice may better
    like create event on voicechat

    return true then player can hear return false player can't hear

    Comment


      #3
      https://dev.playonset.com/wiki/SetPlayerVoiceChannel

      Comment

      Working...
      X