Jump to content
  • 0

Undefined symbol


ECEC04

Question

Ce trebuie sa fac ca sa definesc astea ?
new.pwn(322) : error 017: undefined symbol "DIALOG_AGE"
new.pwn(352) : error 017: undefined symbol "DIALOG_AGE"
new.pwn(356) : error 017: undefined symbol "DIALOG_AGE"
new.pwn(362) : error 017: undefined symbol "DIALOG_AGE"
new.pwn(370) : error 017: undefined symbol "DIALOG_EMAIL"
new.pwn(378) : error 017: undefined symbol "DIALOG_EMAIL"
new.pwn(382) : error 017: undefined symbol "DIALOG_EMAIL"
new.pwn(388) : error 017: undefined symbol "DIALOG_EMAIL"
new.pwn(396) : error 017: undefined symbol "DIALOG_SEX"
new.pwn(404) : error 017: undefined symbol "DIALOG_SEX"

 

De la email -> 

case DIALOG_EMAIL:
  {
      if(!response) return ShowPlayerDialog(playerid, DIALOG_EMAIL, DIALOG_STYLE_INPUT, "Ëmail", "Te rog sa-ti introduci email-ul mai jos.", "Continua", "Exit");
      if(response)
      {
          if(!strlen(inputtext)) return ShowPlayerDialog(playerid, DIALOG_EMAIL, DIALOG_STYLE_INPUT, "Ëmail", "Te rog sa-ti introduci email-ul mai jos.", "Continua", "Exit");
          SCM(playerid, COLOR_LIGHTBLUE, "Te rog sa-ti alegi sexul.");
                mysql_format(g_SQL, query, sizeof(query), "UPDATE `users` SET `Email`='%e' WHERE `Name`='%e'", inputtext, GetName(playerid));
    mysql_query(g_SQL, query);
    ShowPlayerDialog(playerid, DIALOG_SEX, DIALOG_STYLE_MSGBOX, "Gen", "Te rog sa-ti alegi genul de mai jos.", "Masculin", "Feminin");
      }
      return 1;
  }
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

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.