[Ajuda] PlayAudioStreamForPlayer
#5

Quote:
Originally Posted by ViictorDaay-
Посмотреть сообщение
Nгo tem como tirar e do prуprio SA-MP.

ou use,

PHP код:
SendClientMessage(playerid, -1"\n
                                             \n
                                             \n
                                             \n
                                             \n
                                             \n
                                             \n
                                             \n
                                             \n
                                             \n
                                             \n
                                             "
); 
Depois do comando ser executado ira "empurrar" a mensagem para cima, e vai limpar o chat,
Que isso?

pawn Код:
ClearChat ( playerid )
{
    for ( new i = 0; i < 100; i++ )
        SendClientMessage ( playerid, -1, " " );

    return 1;
}

ClearChatAll ( )
{
    for ( new i = 0; i < 100; i++ )
        SendClientMessageToAll ( -1, " " );

    return 1;
}
Quote:
Originally Posted by Jason`
Посмотреть сообщение
Na verdade existe um comando, se nгo me engano й /audiomsg.
Esse comando й sу client-side e nгo hб como fazer um cliente usar ele por server-side, й como o /timestamp.

===============================================

Dк uma olhada nesse script que o Rjjj fez.
Reply


Messages In This Thread
PlayAudioStreamForPlayer - by Rodox_Mortein - 08.04.2013, 03:53
Re: PlayAudioStreamForPlayer - by ViictorDaay- - 08.04.2013, 03:54
Re: PlayAudioStreamForPlayer - by Rodox_Mortein - 08.04.2013, 03:59
Re: PlayAudioStreamForPlayer - by Jason` - 08.04.2013, 04:06
Re: PlayAudioStreamForPlayer - by Lуs - 08.04.2013, 05:27

Forum Jump:


Users browsing this thread: 1 Guest(s)