Jump to content

ECEC04

Membru
  • Posts

    11
  • Joined

  • Last visited

Profile Information

  • Level of knowledge
    Începător

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

ECEC04's Achievements

Rookie

Rookie (2/14)

  • First Post
  • Collaborator
  • Conversation Starter
  • Week One Done
  • One Month Later

Recent Badges

0

Reputation

  1. Merge si fara 9999, merci. T/C
  2. 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; }
  3. T/C M-a rezolvat BuNiCu-RP prin TW, multumesc foarte mult.
  4. new.pwn(7) : error 010: invalid function or declaration new.pwn(13) : error 010: invalid function or declaration new.pwn(17) : error 010: invalid function or declaration new.pwn(23) : error 010: invalid function or declaration new.pwn(25) : error 017: undefined symbol "pInfo" new.pwn(26) : error 010: invalid function or declaration new.pwn(28) : error 010: invalid function or declaration new.pwn(30) : error 010: invalid function or declaration new.pwn(32) : error 010: invalid function or declaration new.pwn(35) : error 029: invalid expression, assumed zero new.pwn(35) : error 029: invalid expression, assumed zero new.pwn(35) : error 029: invalid expression, assumed zero new.pwn(35) : fatal error 107: too many error messages on one line ..
  5. new.pwn(79) : error 029: invalid expression, assumed zero new.pwn(79) : error 029: invalid expression, assumed zero new.pwn(79) : error 029: invalid expression, assumed zero new.pwn(79) : fatal error 107: too many error messages on one line
  6. Aceeasi eroare, crede-ma ca multi n au stiut ce are...
  7. Pai.. imi da aceasi eroare.. Plus chiar mai multe
  8. Imi poti explica ce ai facut, te rog?
  9. https://pastebin.com/TQ8BkND2 Ce nu este bine? error 017: undefined symbol "MySQLConnect"
  10. Aveti idee de ce-mi da, new.pwn(78) : error 017: undefined symbol "MySQLConnect", pana la pasul in care pun MySQLConnect la OnGameModeInit, am facut ce-a trebuit.
×
×
  • 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.