Audio Message [REP ++]
#1

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
Reply
#2

PlayAudioStreamForPlayer and StopAudioStreamForPlayer
Reply
#3

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

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, " ");
}
Reply
#5

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..
Reply
#6

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
Reply
#7

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, " ");
}
Reply
#8

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


Forum Jump:


Users browsing this thread: 2 Guest(s)