Audio Stream
#1

I want that it should not show to other which radio stream are we using like it does not send message of it
Reply
#2

I don't think we can hide that.
Reply
#3

no we can't hide it
Reply
#4

Only way that trully does not hide, but hides from the chat at the moment but not the logs is use a clearchat function after the stream. or just send like 7 empty client messages to clear the chat lines to avoid the Audios stream: ..... not being seen.
Reply
#5

But CrazyBobs Cops And Robbers has it
Reply
#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
#7

i created a cmd that runs radio on or off so this wont work
Reply
#8

Quote:
Originally Posted by AroseKhanNaizi
Посмотреть сообщение
i created a cmd that runs radio on or off so this wont work
Please post the code so we can help.
Reply
#9

sorry mistake it can't be possible
Reply
#10

No Worries bud, like i said it only possible hiding the stream line using empty client messages... Try to work around that idea i mention i use it and works for me , good luck.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)