2023-06-05, 09:04 AM
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:
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;
}