Exercice en Pawn - Dйbutant
#20

Maximun;3435726 Wrote:
PHP Code:
new MusicOn[MAX_PLAYERS];
public 
OnPlayerCommandText(playeridcmdtext[])
{
    if(
strcmp(cmd"/lecture"true) == 0)
    {
        if(
IsPlayerConnected(playerid))
        {
            if(
MusicOn[playerid] == 0)
            {
                
ShowPlayerDialog(playerid,1,DIALOG_STYLE_LIST,"-| Music |-","Lost Frequencies - Are You With Me","Ecouter","Fermer");
            }
        }
        return 
1;
    }
    if(
strcmp(cmd"/stop"true) == 0)
    {
        if(
IsPlayerConnected(playerid))
        {
            if(
MusicOn[playerid] == 1)
            {
                
StopAudioStreamForPlayer(playerid);
                
MusicOn[playerid] = 0;
                
SendClientMessage(playerid, -1,"[Music] Vous venez d'arreter la music.");
            }
        }
        return 
1;
    }
    return 
0;
}

public 
OnDialogResponse(playeriddialogidresponselistiteminputtext[])
{
    if(
dialogid == 1)
    {
        if(
response)
        {
            if(
listitem == 0)
            {
                
PlayAudioStreamForPlayer(playerid"https://www.youtube.com/watch?v=VjHMDlAPMUw");
                
MusicOn[playerid] = 1;
            }
        }
        return 
1;
    }
    return 
0;


Ce n'est pas зa. Lа tu as prй-enregistrй ton Stream et surtout ce n'est pas ce qui est demandй. Ce qui est demandй, c'est que tu rentres toi-mкme dans un dialogue de type DIALOG_STYLE_INPUT ton url et que la musique soit dйmarrйe а partir de ton url.
Reply


Messages In This Thread
Exercice en Pawn - Dйbutant - by Dutheil - 16.04.2015, 20:38
Re : Exercice en Pawn - Dйbutant - by Dutheil - 16.04.2015, 23:53
Re : Exercice en Pawn - Dйbutant - by Smocky - 17.04.2015, 15:12
Re : Exercice en Pawn - Dйbutant - by Chipardeur - 17.04.2015, 16:14
Re : Exercice en Pawn - Dйbutant - by Dutheil - 17.04.2015, 16:36
Re : Exercice en Pawn - Dйbutant - by Chipardeur - 18.04.2015, 08:45
Re : Exercice en Pawn - Dйbutant - by S4t3K - 19.04.2015, 11:53
Re: Exercice en Pawn - Dйbutant - by Baltimore - 19.04.2015, 12:04
Re : Exercice en Pawn - Dйbutant - by TheWWorld - 19.04.2015, 12:15
Re : Exercice en Pawn - Dйbutant - by S4t3K - 19.04.2015, 12:19
Re : Exercice en Pawn - Dйbutant - by Dutheil - 19.04.2015, 12:19
Re : Exercice en Pawn - Dйbutant - by TheWWorld - 19.04.2015, 12:28
Re : Exercice en Pawn - Dйbutant - by S4t3K - 19.04.2015, 15:15
Re : Exercice en Pawn - Dйbutant - by MrAlexisX2 - 19.04.2015, 15:24
Re : Exercice en Pawn - Dйbutant - by S4t3K - 19.04.2015, 15:55
Re : Exercice en Pawn - Dйbutant - by MrAlexisX2 - 19.04.2015, 16:16
Re: Exercice en Pawn - Dйbutant - by Adawg - 19.04.2015, 18:52
Re: Exercice en Pawn - Dйbutant - by Maximun - 19.04.2015, 19:14
Re : Exercice en Pawn - Dйbutant - by StreetRP - 19.04.2015, 20:54
Re : Re: Exercice en Pawn - Dйbutant - by Buthers - 19.04.2015, 21:10
Re : Exercice en Pawn - Dйbutant - by Z3N0N - 19.04.2015, 21:45
Re : Exercice en Pawn - Dйbutant - by Skinnz - 24.04.2015, 14:06
Re : Exercice en Pawn - Dйbutant - by BreakStore - 02.05.2015, 14:28
Re : Exercice en Pawn - Dйbutant - by LordFalcon - 02.05.2015, 22:37
Re : Exercice en Pawn - Dйbutant - by Dutheil - 02.05.2015, 22:47
Re : Exercice en Pawn - Dйbutant - by Sus-Pets - 02.05.2015, 22:49
Re : Exercice en Pawn - Dйbutant - by BreakStore - 02.05.2015, 22:53
Re : Exercice en Pawn - Dйbutant - by Dutheil - 02.05.2015, 22:55
Re: Exercice en Pawn - Dйbutant - by d0wze - 03.05.2015, 04:58
Re : Exercice en Pawn - Dйbutant - by Dutheil - 03.05.2015, 08:23
Re : Re: Exercice en Pawn - Dйbutant - by Dutheil - 05.11.2015, 18:38
Re: Exercice en Pawn - Dйbutant - by Jabern - 05.11.2015, 18:39
Re : Exercice en Pawn - Dйbutant - by Buthers - 05.11.2015, 18:47
Re : Exercice en Pawn - Dйbutant - by Dutheil - 05.11.2015, 19:03
Re: Exercice en Pawn - Dйbutant - by Jabern - 05.11.2015, 19:03
Re : Exercice en Pawn - Dйbutant - by S4t3K - 06.11.2015, 10:27
Re : Exercice en Pawn - Dйbutant - by S4t3K - 08.11.2015, 15:05

Forum Jump:


Users browsing this thread: 3 Guest(s)