Strange audio stream problem
#2

To hide the Audio Steam : Link message there are only one solution that we send the player empty client messages which will clear his chat in random amount of seconds he won't be able to see any stuff above
pawn Код:
PlayAudioStreamForPlayer( playerid, "your link here!");
for(new i = 0; i < 50; i++) SendClientMessage(playerid,-1," ");//that line will clear the player chat by sending empty client messages!
Also you said that when the player enter the vehicle it send the client message to all the players , that's wrong it only send for the player who entered the vehicle 'if you didn't create a loop through all players with player the audio streamer for all ' , could you show me the codes that play the audio streamer when the player enter a vehicle ?
Reply


Messages In This Thread
[UNRESOLVED]Strange audio stream problem - by RayDcosta - 16.12.2013, 17:22
Re: Strange audio stream problem - by SilentSoul - 16.12.2013, 17:48
Re: Strange audio stream problem - by RayDcosta - 16.12.2013, 22:58
Re: Strange audio stream problem - by Threshold - 17.12.2013, 04:15
Re: Strange audio stream problem - by RayDcosta - 18.12.2013, 11:18
Re: Strange audio stream problem - by RayDcosta - 19.12.2013, 09:39
Re: Strange audio stream problem - by Threshold - 19.12.2013, 12:11

Forum Jump:


Users browsing this thread: 1 Guest(s)