/audiomsg [playerid]?
#1

Is there any system to make other player type automatically /audiomsg onplayerconnect?
Like this: cmd_audiomsg(playerid,"\1"); ?

Thanks,
Rodri.
Reply
#2

Depends on what command processor you are using. If ZCMD, then

Код:
cmd_audiomsg(playerid, "parameters here");
like if there is a URL to enter in that command

Код:
cmd_audiomsg(playerid, "www.mp3.com/something");
Reply
#3

It's a built-in client command, not created on gm.
Reply
#4

Oh, then I dont think you can call SAMP commands, sry.

You can send some blank messages though, like this.

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


Forum Jump:


Users browsing this thread: 1 Guest(s)