Jump to content

Joley

Member
  • Posts

    40
  • Joined

  • Last visited

Posts posted by Joley

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

  2. 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;
        }

×
×
  • Create New...