Help plx
#10

It should work right now:

pawn Код:
if(dialogid == DIALOG_MUSIC)    
{          
     if(response)          
     {              
        for(new i = 0; i < MAX_PLAYERS; i++)              
        {                    
             PlayAudioStreamForPlayer(i, inputtext);
             SendClientMessage(i, -1, "new music is playing..");              
        }          
   }          
   else          
   {              
       HideMenuForPlayer(DIALOG_MUSIC, playerid);          
   }    
}
Reply


Messages In This Thread
Help plx - by Hammad97 - 02.08.2014, 17:15
Re: Help plx - by David (Sabljak) - 02.08.2014, 17:17
Re: Help plx - by Stanford - 02.08.2014, 17:21
Re: Help plx - by Hammad97 - 02.08.2014, 18:36
Re: Help plx - by Stanford - 02.08.2014, 18:56
Re: Help plx - by Hammad97 - 02.08.2014, 19:13
Re: Help plx - by MBilal - 02.08.2014, 21:26
Re: Help plx - by Stanford - 03.08.2014, 11:47
Re: Help plx - by Hammad97 - 03.08.2014, 15:57
Re: Help plx - by Stanford - 03.08.2014, 16:02

Forum Jump:


Users browsing this thread: 1 Guest(s)