13.12.2013, 21:22
There is no possible way of automatically turning off the audiostream when the player is playing. The only alternative to this is /audiomsg, which i believe a player only has to type once. Otherwise you can add this right under your 'PlayAudioStreamForPlayer' line:
pawn Код:
for( new i = 0; i <= 20; i ++ ) SendClientMessage(playerid,0xFFFFFFFF, "" );