SA-MP Forums Archive
Audio Message [REP ++] - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Audio Message [REP ++] (/showthread.php?tid=481002)



Audio Message [REP ++] - teomakedonija - 13.12.2013

Hi All.I need help with Audio Messages.That is my problem...How can i make when player login the audio messages (/audiomsg) to disable automatlly ? REpping


Re: Audio Message [REP ++] - xVIP3Rx - 13.12.2013

PlayAudioStreamForPlayer and StopAudioStreamForPlayer


Re: Audio Message [REP ++] - teomakedonija - 13.12.2013

OMG i know that noob not spam -.-' i need help with text !


Re: Audio Message [REP ++] - Tagathron - 13.12.2013

I think this has been already answered,you can just clear the chat which will remove all the messages after the stream
pawn Код:
new i;
for(i=0;i<51;i++)
{
    SendClientMessage(playerid, SOME COLOR HERE, " ");
}



Re: Audio Message [REP ++] - xVIP3Rx - 13.12.2013

Quote:
Originally Posted by teomakedonija
Посмотреть сообщение
Hi All.I need help with Audio Messages.That is my problem...How can i make when player login the audio messages (/audiomsg) to disable automatlly ? REpping
Quote:
Originally Posted by teomakedonija
Посмотреть сообщение
OMG i know that noob not spam -.-' i need help with text !
No wonder you got -46 reps...
How can I know what exactly you need from "How can i make when player login the audio messages (/audiomsg) to disable automatlly ?"
And if it meant that you want to disable the stream ( As I understood ) So I already answered you..


Re: Audio Message [REP ++] - teomakedonija - 13.12.2013

Quote:
Originally Posted by xVIP3Rx
Посмотреть сообщение
No wonder you got -46 reps...
How can I know what exactly you need from "How can i make when player login the audio messages (/audiomsg) to disable automatlly ?"
And if it meant that you want to disable the stream ( As I understood ) So I already answered you..
GREEN MESSAGES AUDIO STREAM: LINK FUCKING NOOB


Re: Audio Message [REP ++] - xVIP3Rx - 13.12.2013

Quote:
Originally Posted by teomakedonija
Посмотреть сообщение
GREEN MESSAGES AUDIO STREAM: LINK FUCKING NOOB
Can you show me where the word "Link" / "Green text" on the first post on your thread ?, I didn't understand and you just started insulting..

Anyway thanks and you already got the answer..

Quote:
Originally Posted by Tagathron
Посмотреть сообщение
I think this has been already answered,you can just clear the chat which will remove all the messages after the stream
pawn Код:
new i;
for(i=0;i<51;i++)
{
    SendClientMessage(playerid, SOME COLOR HERE, " ");
}



Re: Audio Message [REP ++] - Krakuski - 13.12.2013

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, "" );