Audio Stream
#6

Quote:
Originally Posted by AroseKhanNaizi
Посмотреть сообщение
But CrazyBobs Cops And Robbers has it
What they are using is what I mentioned, for example log in to their server and after that go on you samp logs folder you will actually see the audio stream..... thingy there in the log, the only way is really hiding it with the empty client messages or just create a function for it example...


OnPlayerConnect....
{
AudioStream.................
ClearChat(playerid);
// or instead
for(new i = 0; i < 50; i++) SendClientMessageToAll(COLOR_WHITE," "); return 1;
}

or

OnPlayerConnect....
{
AudioStream.................
SendClientMessage(playerid," ");
SendClientMessage(playerid," ");
SendClientMessage(playerid," ");
SendClientMessage(playerid," ");
SendClientMessage(playerid," ");
SendClientMessage(playerid," ");
}


Makes sense ?
Reply


Messages In This Thread
Audio Stream - by AroseKhanNiazi - 16.03.2014, 17:41
Re: Audio Stream - by Parallex - 16.03.2014, 17:43
Re: Audio Stream - by amirab - 16.03.2014, 17:52
Re: Audio Stream - by CharlieSanchez - 16.03.2014, 23:53
Re: Audio Stream - by AroseKhanNiazi - 17.03.2014, 11:31
Re: Audio Stream - by CharlieSanchez - 17.03.2014, 13:05
Re: Audio Stream - by AroseKhanNiazi - 17.03.2014, 15:20
Re: Audio Stream - by CharlieSanchez - 17.03.2014, 17:46
Re: Audio Stream - by AroseKhanNiazi - 18.03.2014, 12:29
Re: Audio Stream - by CharlieSanchez - 18.03.2014, 13:21

Forum Jump:


Users browsing this thread: 2 Guest(s)