Jump to content
  • 0

Problema Radio pe server !


jamal

Question

Am luat un fs pt radio :  http://forum.sa-mp.com/showthread.php?t=279953      am facut to ce trebuie (pluginuri, client pluginuri, etc), pe windows merge perfect (testat poate sa il asculte oricine), dar pe linux nu vrea defel. Sa va arat ce imi arata in console :

Linux :

[17:11:40]   Loading filter script 'radio.amx'...
[17:11:40] *** Audio Plugin: Error binding endpoint for acceptor: Address already in use
[17:11:40] ----------------------------------
[17:11:40] FS Online Radio In Vehicles Loaded
[17:11:40] Author: SDraw
[17:11:40] ----------------------------------
[17:11:40]   Loaded 2 filter scripts.

[17:11:40] *** Audio Plugin: Error binding endpoint for acceptor: Address already in use
Windows :
[18:43:19]   Loading filter script 'radio.amx'...
[18:43:19] ----------------------------------
[18:43:19] FS Online Radio In Vehicles Loaded
[18:43:19] Author: SDraw
[18:43:19] ----------------------------------
[18:43:19]   Loaded 2 filter scripts.

[18:43:19] *** Audio Plugin: Started TCP server on port 7777

Daca stie vreunu de unde ar putea proveni problema il rog sa ma ajute !

Detroit The Godfather

Adress : gta.xdevil.ro:7777

Se cauta Lideri , helperi, admini ACTIVI !!!

Link to comment
Share on other sites

12 answers to this question

Recommended Posts

1.Ce versiune ai 0.4 al audio plugin?..daca ai 0.4 incearca sa downloadezi 0.5...si vezi daca merge...

2.Ai pus in server.cfg la linia plugins: audio.so?

Am versiunea 0.5 am pus si pluginu (imi incarca pluginu in consola la host) singurul lucru care nu il incarca e fs cu radio 

Detroit The Godfather

Adress : gta.xdevil.ro:7777

Se cauta Lideri , helperi, admini ACTIVI !!!

Link to comment
Share on other sites

Am versiunea 0.5 am pus si pluginu (imi incarca pluginu in consola la host) singurul lucru care nu il incarca e fs cu radio

pai daca nu iti incarca FS-ul atunci inseamna ca nu ai facut ceva bine , mai uitete odata prin FS sau posteaza-l aici ;)

communitylogosml.png

94.23.120.101:7778

Link to comment
Share on other sites

pai daca nu iti incarca FS-ul atunci inseamna ca nu ai facut ceva bine , mai uitete odata prin FS sau posteaza-l aici ;)

Man el a spus ca fs-ul ii merge dar doar cand ii pe windows cand pune pluginul de linux nu ii mai incarca fs-ul

PS. - @jamal posteaza pe sa-mp.com unde in topicul cu audio plugin...poate o sa te ajute incognito...sau cei ce au avut problema asta de pe sa-mp.com...

Fara reclama in semnatura!

Link to comment
Share on other sites

Greu ii sa te uiti xD

audio.dll - Windows

audio.so - Linux

Eu l-am intrebat pe el ca poate avea pluginul in format .dll si la pus pe un gamehost cu OS Linux si nu stia care e problema si vroiam sa-i spun dar mnah, ce sa mai zic .. ajuta-l tu.

Link to comment
Share on other sites

OMG crezi k nush ce sunt alea extensii ? presupun k este ceva legat de la host si ala care il are nu prea cunoaste asa ....o las balta !!

Am o alta dificultate acum, vreau sa adaug in gm meu un turf system dintr-un alt gm gen DM (DeathMatch), problema este k aproape functiile sunt definite pe team si nush cum sa modific pentru a face pe factiuni cum e la mn in gm, o sa va dau cateva exemple din gm sa va dati seama mai bn ce vreau sa fac (PRECIZEZ " E complicat numai cn cunoaste bn si vrea sa ma ajute sa posteze")  :

am astea definite :

enum
{
	TEAM_GROVE,
	TEAM_BALLAS,
	TEAM_AZTEC,
	TEAM_NANG,
	TEAM_VAGOS,
	TEAM_COPS,
	TEAM_MAFIA,
	TEAM_BIKER,
	TEAM_TRIAD,
	TEAM_ARMY,
	TEAM_LOWRIDER,
	TEAM_SKATER,
	TEAM_UNDERTAKER,
	TEAM_WORKER,
	TEAM_ADMIN,
};
Iar astea sunt include in mai multe functii, de ex :
// Gang Names
	strmid(GangInfo[ TEAM_GROVE ][GangName], "Grove", 0, strlen("Grove"), MAX_PLAYER_NAME);
	strmid(GangInfo[ TEAM_BALLAS ][GangName], "Ballas", 0, strlen("Ballas"), MAX_PLAYER_NAME);
	strmid(GangInfo[ TEAM_AZTEC ][GangName], "Aztec", 0, strlen("Aztec"), MAX_PLAYER_NAME);
	strmid(GangInfo[ TEAM_NANG ][GangName], "Nang", 0, strlen("Nang"), MAX_PLAYER_NAME);
	strmid(GangInfo[ TEAM_VAGOS ][GangName], "Vagos", 0, strlen("Vagos"), MAX_PLAYER_NAME);
	strmid(GangInfo[ TEAM_COPS ][GangName], "The Cops", 0, strlen("The Cops"), MAX_PLAYER_NAME);
	strmid(GangInfo[ TEAM_MAFIA ][GangName], "The Mafia", 0, strlen("The Mafia"), MAX_PLAYER_NAME);
	strmid(GangInfo[ TEAM_BIKER ][GangName], "The Bikers", 0, strlen("The Bikers"), MAX_PLAYER_NAME);
	strmid(GangInfo[ TEAM_TRIAD ][GangName], "The Triads", 0, strlen("The Triads"), MAX_PLAYER_NAME);
	strmid(GangInfo[ TEAM_ARMY ][GangName], "Army", 0, strlen("Army"), MAX_PLAYER_NAME);
	strmid(GangInfo[ TEAM_LOWRIDER ][GangName], "Low Riders", 0, strlen("Low Riders"), MAX_PLAYER_NAME);
	strmid(GangInfo[ TEAM_SKATER ][GangName], "Skater", 0, strlen("Skater"), MAX_PLAYER_NAME);
	strmid(GangInfo[ TEAM_UNDERTAKER ][GangName], "Undertakers", 0, strlen("Undertakers"), MAX_PLAYER_NAME);
	strmid(GangInfo[ TEAM_WORKER ][GangName], "Workers", 0, strlen("Workers"), MAX_PLAYER_NAME);

// 	Gang zone ID
 	ZoneInfo[ TEAM_GROVE ][ZoneID] = GangZoneCreate(2193.39, -1926.622, 2590.068, -1448.945); //green
 	ZoneInfo[ TEAM_BALLAS ][ZoneID] = GangZoneCreate(2010.854, -1448.945, 2590.068, -1058.119); //purple
	ZoneInfo[ TEAM_AZTEC ][ZoneID] = GangZoneCreate(1807.184, -1926.622, 2193.39, -1448.945); // light blue
	ZoneInfo[ TEAM_NANG ][ZoneID] = GangZoneCreate(1075.356, -1885.622, 1424.182, -1390.99); //dark red
	ZoneInfo[ TEAM_VAGOS ][ZoneID] = GangZoneCreate(2590.068, -1673.966, 2927.337, -1058.119); //yellow
	ZoneInfo[ TEAM_COPS ][ZoneID] = GangZoneCreate(1424.182, -1885.622, 1807.184, -1448.945); // blue
	ZoneInfo[ TEAM_MAFIA ][ZoneID] = GangZoneCreate(2079.305, -2312.000, 2547.053, -1926.622); //black
	ZoneInfo[ TEAM_BIKER ][ZoneID] = GangZoneCreate(1424.182,-1448.945,1862.935,-1044.718); // orange
	ZoneInfo[ TEAM_TRIAD ][ZoneID] = GangZoneCreate(765.8739, -1885.622, 1075.356, -1390.99); //white
	ZoneInfo[ TEAM_ARMY ][ZoneID] = GangZoneCreate(2374.551,-2677.546,2847.865,-2312.000); //brown dark
	ZoneInfo[ TEAM_LOWRIDER ][ZoneID] = GangZoneCreate(2547.053, -2312.000, 2927.337, -1926.622); // red
	ZoneInfo[ TEAM_SKATER ][ZoneID] = GangZoneCreate(1862.935,-1448.945,2010.854,-1044.718); // grey
	ZoneInfo[ TEAM_UNDERTAKER ][ZoneID] = GangZoneCreate(765.8739, -1390.99, 1075.356, -1044.718); // pink
	ZoneInfo[ TEAM_WORKER ][ZoneID] = GangZoneCreate(1075.356, -1390.99, 1424.182, -1044.718); // dark green

Astea sunt la ongamemodeint  . Daca cunoaste cnv il rog mult sa ma ajute platesc euro pe tel,benefici pe server etc

Detroit The Godfather

Adress : gta.xdevil.ro:7777

Se cauta Lideri , helperi, admini ACTIVI !!!

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • 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.