This is a test forum with a static import from forum.open.mp it will not be automatically synchronised so any posts you make here will be lost when we migrate fully.
@torque
Torque
Is there a way to hide the URL that prints out when you run PlayAudioStreamForPlayer?
@ghecco
Ghecco
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:
ClearPlayerChat(playerid) { for(new i=0; i < 11; i++) { SendClientMessage(playerid, -1, " "); } return 1; }
Please sign up or log in to reply