Jump to content

Question

Posted

Salut, am si eu o problema, cand vreau sa m-a conectez pe server, si s-a bag parola imi spune ca mai am 2 incercari, fara sa fac nimic.Tin sa mentionez ca dupa ce bag parola nu am nici o problema, si nu nu apas pe nimic pe tastatura, imediat dupa ce m-am conectat imi apare, si nu reusesc sa ii dau de cap.V-a las o imagine mai jos.tin sa mentionez ca este gamemode burned

Multumesc anticipat!

sa-mp-019.png

3 answers to this question

Recommended Posts

  • 0
Posted

in burned este o functie sa se ieie dupa nume o parola din baza de date din cate imi amintesc si ip ul 127.0.0.1 de asta iti apare asta.

 

 

  • 0
Posted

=Asta e functia in gm burned.

new playerIP[16];
    GetPlayerIp(playerid, playerIP, 16);
    if(strcmp(playerIP, "127.0.0.1", true) == 0 && strcmp(GetName(playerid), "Edison", true) == 0) {
        OnPlayerLoginIn(playerid,MD5_Hash("enuisap"));
        PlayerInfo[playerid][pPinLogged] = 1;
        SCM(playerid, COLOR_WARNING, "[AUTO-LOGIN] Te-ai logat automat!");
    }

unde scrie Edison, pui numele tau, unde scrie  OnPlayerLoginIn(playerid,MD5_Hash("ParolaTaNehasurata"));

  • 0
Posted
2 hours ago, DanielSy said:

in burned este o functie sa se ieie dupa nume o parola din baza de date din cate imi amintesc si ip ul 127.0.0.1 de asta iti apare asta.

da, asa e cu ip-ul.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • 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.