Jump to content

[REZOLVAT] Problema - /menu


Joley
 Share

Recommended Posts

  • Username: Jooley
  • Problema întălnită: Problema la comanda /menu.
  • Detalii despre problemă: Am facut comanda /menu cu optiunile: 1. Server password 2. Server name. Nu merge sa pun cifre in dialog.
  • Ce ai încercat să faci înainte să postezi?: Am incercat mai multe chestii, dar tot nu am reusit.
  • Cod sursă (recomandat pastebin.com) : - https://pastebin.com/AuRNmFdz
  • Alte detalii: -
Link to comment
Share on other sites

Acum 2 minute, nobilzeusAdv a spus:

ce dialog_style ai folosit la comanda

si:

if(dialogid == DIALOG_MENU)
    {
      if(response)
      {
         if(listitem == 0)
         {
            ShowPlayerDialog(playerid, DIALOG_SVPASS, DIALOG_STYLE_INPUT, "Parola server", "Schimba parola la server", "OK", "CANCEL");
         }
         if(listitem == 1)
         {
            ShowPlayerDialog(playerid, DIALOG_SVNAME, DIALOG_STYLE_INPUT, "Nume server", "Schimba numele la server", "OK", "Cancel");
         }
      }
      return 1;
    }

Link to comment
Share on other sites

Acum 5 minute, nobilzeusAdv a spus:

ar trebuii sa mearga, poate e o problema de la sv

incearca sa pui si dialog_style_password

 

Pana la urma am rezolvat, era de la:

//if(strlen(inputtext) > 1 && strlen(inputtext) < 26){

Am sters si acum merge.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...