Help plx
#5

Here
pawn Код:
if(dialogid == DIALOG_MUSIC)
    {
           if(response)
           {
               foreach( new i : Player)
               {
                    PlayAudioStreamForPlayer(playerid, inputtext);
                    SendClientMessage(playerid, -1, "new music is playing..");
               }
           }
           else
           {
               HideMenuForPlayer(DIALOG_MUSIC, playerid);
           }
     }
Download foreach and in top of your gamemode #include <foreach>
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)