• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Pawn] PlayAudioStreamForPlayer URL
#1
Is there a way to hide the URL that prints out when you run PlayAudioStreamForPlayer?
  Reply
#2
Hi, unfortunately it is not possible to set the rule to the server, each player can deactivate/activate it with the command: /audiomsg .
You can always clean up the chat if you want, using something like this: 
Code:
ClearPlayerChat(playerid)
{
    for(new i=0; i < 11; i++) {
        SendClientMessage(playerid, -1, " ");
    }
    return 1;
}
  Reply


Forum Jump: