Jump to content

[Filter Script] Radio Romania v1 and v2


CrystyaN

Recommended Posts

[glow=black,2,300]Radio Romania [/glow] [glow=black,2,300]v1 [/glow]

Salut.

Acest Radio este primul Filter Script creat de mine...

Posturi: Radio ZU, Radio Super, Kiss FM si Pro FM

[glow=black,2,300]Comenzi:[/glow]

/radio

Posturi: Zu, ProFm, Super, KissFm

Pentru ca sa functioneze acest FS trebuie sa faceti in felul urmator

[glow=black,2,300]Download[/glow]

[glow=black,2,300]INC: [/glow] http://solidfiles.com/d/6a162/

[glow=black,2,300]Plugin Audio: [/glow] http://solidfiles.com/d/ab40e/ [glow=black,2,300]and [/glow]http://solidfiles.com/d/ca5a2/

[glow=black,2,300]PWN:[/glow] http://solidfiles.com/d/934ea/

[glow=black,2,300]AMX:[/glow] http://solidfiles.com/d/e29a/

___________________________________________________________________________________________________________________

[glow=black,2,300]Radio Romania [/glow] [glow=black,2,300]v2 [/glow]

[glow=black,2,300]New Update:[/glow]

-am adaugat noii functii.

-am adaugat comanda /setvolume. [volum]

-am inbunatatit comanda /radio , cand dai /radio zu(sau alt radio) zice "* 'Nume' asculta radio x in 'nume masina'."

- +690 lini

[glow=black,2,300]Download[/glow]

[glow=black,2,300]PWN:[/glow]http://solidfiles.com/d/9b0f/

[glow=black,2,300]AMX:[/glow] http://solidfiles.com/d/07524/

Pentru ati merge radio-ul trebuie sa-ti instalezi urmatoru plugin :

[glow=black,2,300]Acesta:[/glow]: www.solidfiles.com/d/5fb39/download/

PS: M-am inspirat de pe alt radio de genu, dar e total diferit

Daca considerati ca e copy/paste va rog sa-mi aratati de unde l-am luat.

Orice problema intalnita cu aces FS, va rog sa dati reply <problema>

 

Link to comment
Share on other sites

  • Replies 66
  • Created
  • Last Reply

Top Posters In This Topic

Uitati daca vreti sa modificati comanda /setvolume. Am facut alta cu care puteti seta volumul la cat vreti voi 0-100 :)

    if(strcmp(cmd,"/setvolume",true)==0)
    {
        if(IsPlayerConnected(playerid))
	    {
	        new carid = GetPlayerVehicleID(playerid);
            if(IsPlayerInVehicle(playerid, carid))
	        {
		   		tmp = strtok(cmdtext,idx);
		    	if (!strlen(tmp))
	        	{
		        	SCM(playerid, COLOR_GREY, "Type: /setvolume [volume 1-100]");
		        	return 1;
	        	}
	        	new vol;
	        	vol = strvalEx(tmp);
				if(vol < 0 || vol > 100) { SCM(playerid, COLOR_CRS3, "** Nu poti seta volumul mai mare de 100."); return true; }
	   	    	Audio_SetVolume(playerid, Radio[playerid], strvalEx(tmp));
		    	format(string, 256, "** Ai setat volumul pe %d",strvalEx(tmp));
		    	SCM(playerid, COLOR_CRS3, string);
		    	return 1;
   	   		}
   	   		else
   	   		SCM(playerid, COLOR_CRS3, "** Nu esti intr-o masina.");
   	   		return 1;
   	   	}
   	   	return 1;
	}

 

Link to comment
Share on other sites

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.