Jump to content

Mp3 system #2


TheWolf

Recommended Posts

Si acest sistem ca celalalt este inspirat dintr-un radio si se bazeaza pe niste comenzi

Pentru a functiona tastati /Mp3 si vedeti comenzile din paranteza.

 

Download: https://www.mediafire.com/?m64d3a76910rryg

 

hZxQR1p.png

Versiunea 1 -

Versiunea 2 -

Noutati: Nu mai este mesajul pt toti in care anunta pe ceilalti ca un player asculta o muzica

Edited by eXe.EOS
  • Upvote 1
Link to comment
Share on other sites

Si acest sistem ca celalalt este inspirat dintr-un radio si se bazeaza pe niste comenzi

Pentru a functiona tastati /Mp3 si vedeti comenzile din paranteza.

 

Download: https://www.mediafire.com/?m64d3a76910rryg

 

hZxQR1p.png

Versiunea 1 -

Versiunea 2 -

Noutati: Nu mai este mesajul pt toti in care anunta pe ceilalti ca un player asculta o muzica

Este facut dupa cel alui Durex.

Link to comment
Share on other sites

Nu, nu este... asa ma deranjeaza faptul cand vin unele persoane care se considera "genii" si comenteaza in fata celor care ii depasesc total...

Ahm am un /mp3 personal facut de mine crezi ca nu pot sa fac un banal script de mp3??
Link to comment
Share on other sites

  • 2 weeks later...
  • 3 weeks later...

Nu, nu este... asa ma deranjeaza faptul cand vin unele persoane care se considera "genii" si comenteaza in fata celor care ii depasesc total...

Nu sti ce vorbesti :). Arata la fel si sistemu de radio al lui Durex. Data viitoare informeaza-te ;)

Si ca sa iti dovedesc uita-te pe linkul asta : http://forum.sa-mp.com/showthread.php?t=392216

Edited by xStyle

 

logo.png

Link to comment
Share on other sites

Destul de bun 7,5/10.

________________________________________________________________________________________________________________________

CMD:manele(playerid, params[])
{
    if(PlayerLogged[params[0]] == 0) return;
    SendClientMessage(playerid, COLOR_GREY, ""Ati primit kick. Motiv: Interzis manelistilor"");
    {
        Kick(params[0]);
	return 1;
    }
}


_______________________________________________________________________________________________________________________

 

 

 

 

 

 

 

 

 

 

 

 

Link to comment
Share on other sites

  • 3 weeks later...

Primesti 10 pentru identitation si pentru script. (FUNCTIONARE si ASPECT)

Primesti 4 pentru idee, puteai sa extinzi ideea si sa faci gen un sistem prin care playerul sa isi poata adauga in lista ce melodii doreste el, nu ce melodii ai tu chef sa adaugi, sau macar puteai aduga multe melodii.

Daca fac media => Ai un 7 de la mine.

Eu sunt nimeni. Dar prefer sa fiu un nimeni inconjurat de prieteni adevarati, decat un om faimos inconjurat de falsi.

Nu sunt un scripter perfect, nu sunt nici macar pe aproape, insa in in ciuda acestui fapt incerc sa invat sa le fac pe toate.

Link to comment
Share on other sites

Sincer, fix dupa cel al lui DuReX l-ai facut.. Si acum sa nu sariti cu gura, pentru ca stiu ce vorbesc.

public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
	if(dialogid == 4590)
	{
 		if(response)
   		{
			switch(listitem)
			{
				case 0:  return cmd_sm(playerid);
				case 1:  return cmd_cl(playerid);
				case 2:  return cmd_ft(playerid);
				case 3:  return cmd_of(playerid);
				case 4:  return cmd_bp(playerid);
				case 5:  return cmd_jo(playerid);
				case 6:  return cmd_co(playerid);
				case 7:  return cmd_tn(playerid);
				case 8:  return cmd_hn(playerid);
				case 9:  return cmd_pt(playerid);
				case 10: return cmd_li(playerid);

  			}
		}
        return 1;
    }
    if(dialogid == 4591)
    {
        if(response)
        {
            new string1[128];
			PlayAudioStreamForPlayer(playerid, string1);
		}
		return 1;
	}
    return 0;
}

Seamana perfect cu asta

public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
        if(dialogid == DIALOG_RADIO)
    {
        if(response)
        {
            switch(listitem)
                        {
                                case 0: return cmd_radiowish(playerid);
                                case 1:return cmd_radiohit(playerid);
                                case 2: return cmd_contactfm(playerid);
                                case 3: return cmd_romanianhiphop(playerid);
                                case 4: return cmd_romanianmanele(playerid);
                                case 5: return cmd_romanianpopular(playerid);
                                case 6: return cmd_profm(playerid);
                                case 7: return cmd_gmusic(playerid);
                                case 8: return cmd_radiotube(playerid);
                                case 9: return cmd_radiomafia(playerid);
                                case 10: return cmd_greudedifuzat(playerid);
                                case 11: return cmd_stopradio(playerid);
                }
                }
        return 1;
    }
        return 0;
}
Link to comment
Share on other sites

  • 2 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.