• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Pawn] PlayAudioStreamForPlayer URL
#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


Messages In This Thread
PlayAudioStreamForPlayer URL - by Torque - 2023-06-03, 02:04 AM
RE: PlayAudioStreamForPlayer URL - by Ghecco - 2023-06-05, 09:04 AM

Forum Jump: