Jump to content

Dybon

Member
  • Posts

    29
  • Joined

  • Last visited

Posts posted by Dybon

  1. 1 hour ago, Allxseiggen said:

    Username: Allxseiggen

    Nume gamemode: Maldavski Republik

    Creator (sau editor): Allxseiggen

    Poze/Video în care prezinți modul de joc: - Mai jos

    Link Virustotal: - Mai jos

    Link download: - Mai jos

    Alte precizări:

    - Salutare comunitate, am sa incerc sa scriu cat mai putin asa ca sa-i dam bataie.

    - Am inceput lucrul la acest GM prin septembrie de la 0, si am lucrat cam 3-4 luni cu mari pauze.

    - Am decis sa-l postez deoarece nu mă mai regăsesc în sa-mp și credcă pot face lucruri mai bune.

    - GM-ul are cam toate sistemele dinamice, totul se poate editat direct din joc, nu este gata, mai este de lucrat.

     

    - Probleme:

    Nu tin minte sa aiba vo una.

     

    Niste poze cu GM-ul.

     

    - + multe altele.

     

    - Mult spor cu el, are niste sisteme gandite bine

     

    Download:

     

     

    - As aprecia sa pastrati macar creditele din el, pentru ca am muncit un pic la el.

    care este parola de la fisier?

  2. 14 hours ago, L0K3D said:

    Ce incerci sa folosesti Whirpool sau MD5? Ce erori primesti? M-ai zapacit.

    incerc sa folosesc Whirlpool.

    la asta: OnPlayerLoginIn(playerid,WP_Hash(tmppass));

    primesc asta:

    news.pwn(14168) : warning 202: number of arguments does not match definition
    news.pwn(14168) : warning 202: number of arguments does not match definition
    news.pwn(14168) : error 035: argument type mismatch (argument 2)

    la asta: if(strcmp(MD5_Hash(inputtext), PlayerInfo[playerid][pKey])) {

    primesc asta:

    news.pwn(14331) : warning 202: number of arguments does not match definition
    news.pwn(14331) : warning 202: number of arguments does not match definition
    news.pwn(14331) : error 035: argument type mismatch (argument 1)

    si la asta: format(PlayerInfo[playerid][pKey], 50, WP_Hash(emailtext));

    primesc asta: 

    news.pwn(14344) : warning 202: number of arguments does not match definition
    news.pwn(14344) : warning 202: number of arguments does not match definition
    news.pwn(14344) : error 035: argument type mismatch (argument 3)
     

    si scuze ca te-am zapacit

  3. am gresit eu la baza de date, nu imi arata parola, doar aici mai am nevoie de ajutor

                    new tmppass[64];
                    mysql_escape_string(inputtext, tmppass);
                    OnPlayerLoginIn(playerid,MD5_Hash(tmppass));

    if(strcmp(MD5_Hash(inputtext), PlayerInfo[playerid][pKey])) {

    format(PlayerInfo[playerid][pKey], 50, MD5_Hash(emailtext));

  4. 50 minutes ago, L0K3D said:

    Imi cer scuze, eram de pe somn:

    new passHashed[130]; WP_Hash(passHashed, 130, RegisterPass[playerid]); OnPlayerRegister(playerid, passHashed);

    
    new passHashed[130];
    
    WP_Hash(passHashed, 130, RegisterPass[playerid]);
    OnPlayerRegister(playerid, passHashed);

     

    Si astea cum le fac ca sa nu imi dea erori la fel?

                    new tmppass[64];
                    mysql_escape_string(inputtext, tmppass);
                    OnPlayerLoginIn(playerid,MD5_Hash(tmppass));

    if(strcmp(MD5_Hash(inputtext), PlayerInfo[playerid][pKey])) {

    format(PlayerInfo[playerid][pKey], 50, MD5_Hash(emailtext));

×
×
  • Create New...