Jump to content
  • 0

Problema server closed


DarkAlexutzu

Question

Salut!

Detin un server de SA-MP,nu am avut probleme,pana acum 2 zile.

Daca deschid un filescript in samp,exemplu: /radio , apare un meniu sa imi aleg ce radio si daca de exemplu apas ESC,imi da server closed...

 

Cred ca este de la gamemode.pwn , nu cred ca este de la un fs,deoarece am facut un meniu sa arate /factions cu text 1.LSPD , 2.FBI 3.NG,si daca da ESC cineva ii da server closed.

Aveti idee de unde provine aceasta eroare sau  ce provoaca sa il dea afara de pe sv?

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

Se suprapun dialogurile(ce de radio, cu cel de LogIn).

 

Modifica id-ul dialogurilor din FS, sau implementeaza-l in gamemode, dar tot asa, sa-i modifici id-ul dialogurilor.

Nu mai deschideti in pu*a mea servere de SA:MP !

Jucati-va pe cele care sunt !   Sunt suficiente !

Reguli de bun simt:

1. Nu faceti reclama unde nu trebuie !

2. Nu injurati ca la usa cortului !

3. Daca esti analfabeti, taci din gura !

4. Nu abuza de 'scuze', 'din greseala' !

 

My work ::: http://pastebin.com/VRNRcaAs

Link to comment
Share on other sites

  • 0

Uite aici comanda /factiuni.Revin-o si spune-ne daca iti merge.

 if(strcmp(cmd, "/factiuni", true) == 0)
        {
        new serverfactiuni[1900];
        strcat(serverfactiuni, "{0000FF}1. Police Departamentn", 1900 );
        strcat(serverfactiuni, "{0D3AF2}2. Federal Bureau of Investigationsn", 1900 );
        strcat(serverfactiuni, "{1153EE}3. National Guardn", 1900 );
        strcat(serverfactiuni, "{FF8040}4. Medicsn", 1900 );
        strcat(serverfactiuni, "{F72009}5. The Mafian", 1900 );
        strcat(serverfactiuni, "{BF6640}6. The Trialsn" );
        strcat(serverfactiuni, "{C0C0C0}7. Hitman Agencyn", 1900 );
        strcat(serverfactiuni, "{8080C0}8. News Reportersn", 1900 );
        strcat(serverfactiuni, "{F6CA1E}9 Taxin", 1900 );
        strcat(serverfactiuni, "{A71EE1}10. Ballasn" );
        strcat(serverfactiuni, "{C4C43C}11. Los Santos Vagosn", 1900 );
        strcat(serverfactiuni, "{00FFFF}12. Varios Los Aztecasn", 1900 );
        strcat(serverfactiuni, "{008000}13. Grove Streetn", 1900 );
        strcat(serverfactiuni, "{008080}14. NFS CLUBn" );
        strcat(serverfactiuni, "{004040}15. NRG CLUBn", 1900 );
        strcat(serverfactiuni, "{008080}16. INFERNUS CLUBn", 1900 );
        ShowPlayerDialog(playerid, 201402, DIALOG_STYLE_MSGBOX, "{FFFFFF}Factiunile Serverului", serverfactiuni, "Ok","");
        return 1;
}

Respect acestei comunitati, dar mai presus respect membrilor ei !

Link to comment
Share on other sites

  • 0

Se suprapun dialogurile(ce de radio, cu cel de LogIn).

 

Modifica id-ul dialogurilor din FS, sau implementeaza-l in gamemode, dar tot asa, sa-i modifici id-ul dialogurilor.

Voi incerca metoda ta la update-ul viitor(maine),multumesc.Te anunt daca mai intervine problema.

La fel si tie Ath9 

Edited by DarkAlexutzu
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
Answer this question...

×   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.