Remove Audio Url Message [REP+]
#1

Description:I need to know how to remove Audio URL Message.What to do?Gimme a example too.
REWARD:REP+


:Clucker:
Reply
#2

/audiomsg for On/Off
Reply
#3

As far as I know it is impossible to do this server-side using the default function(PlayAudioStreamForPlayer). How-ever, it can be toggled via client(samp.cfg) via /audiomsg. The client must execute said command how-ever, the server has no control over it.

Unless you want to clear the entire chat the basic answer would be no(assuming your using the default function), how-ever using plug-ins it is possible I believe.

EDIT:
Quote:
Originally Posted by VishvaJeet
Посмотреть сообщение
/audiomsg for On/Off
This is not what he's looking for. He is looking for a server-sided solution(I believe - could be wrong).
Reply
#4

Need it to auto set for the player
Reply
#5

You can't force them to execute a client command such as /audiomsg. You can how-ever use audio plug-ins for streaming URL audio. How-ever, with the default function there's no way.
Reply
#6

Not possible server side, though you could clear their chat like this:

pawn Код:
for(new i; i<20; i++)
{
    SendClientMessage(playerid, 0, " ");
}
Reply
#7

TakeiT's solution is the solution for this problem, there isn't an other solution for this.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)