[Ajuda] Como verificar se a mъsica estб tocando
#9

PHP код:
//Topo do seu GameMode
new TocandoMusica[MAX_PLAYERS];
// Comando
CMD:desligarmusica(playeridparams[])
{
    if(
TocandoMusica[playerid] == 1)
    {
        
StopAudioStreamForPlayer(playerid);
        
TocandoMusica[playerid] = 0;
        
SendClientMessage(playerid, -1"Vocк desligou a mъsica!");
        return 
1;
    }
    else 
SendClientMessage(playerid, -1"A mъsica nгo estб ligada");

No comando de ligar a musica, adicione:

PHP код:
TocandoMusica[playerid] =1
Espero ter ajudado
Reply


Messages In This Thread
Como verificar se a mъsica estб tocando - by Misael - 29.10.2017, 20:45
Re: Como verificar se a mъsica estб tocando - by Marllun - 29.10.2017, 20:58
Re: Como verificar se a mъsica estб tocando - by Misael - 29.10.2017, 21:28
Re: Como verificar se a mъsica estб tocando - by Marllun - 29.10.2017, 21:41
Re: Como verificar se a mъsica estб tocando - by MrEdu - 29.10.2017, 22:06
Re: Como verificar se a mъsica estб tocando - by C4rtm4n - 29.10.2017, 23:00
Re: Como verificar se a mъsica estб tocando - by MrEdu - 29.10.2017, 23:06
Re: Como verificar se a mъsica estб tocando - by Misael - 30.10.2017, 13:52
Re: Como verificar se a mъsica estб tocando - by zCyan - 30.10.2017, 19:51
Re: Como verificar se a mъsica estб tocando - by zCyan - 30.10.2017, 21:13

Forum Jump:


Users browsing this thread: 2 Guest(s)