Jump to content
  • 0

Problema la register ! Gamemode HP123


Kalinachoo

Question

Bun,deci ajung in momentul in care trebuie sa imi creez contul, dar daca apas pe unul casutele din imagine (password etc.) Nu se intampla nimic ! Tin sa precizez ca baza de date este conectata la perfectie ! Am mai avut aceasta problema cu alt gamemode.(Nu am rezolvat-o).

image.png

Link to comment
Share on other sites

10 answers to this question

Recommended Posts

  • 0
Acum 15 ore, Kalinachoo a spus:

image.thumb.png.8c1dac66e6a63b78c60d0fed8d7bffab.pngCe trebuie sa modific aici? 

incearca asta

 

 

if(clickedid == RegisterTD[6]) {
        if(RegisrationStep[playerid][0] && RegisrationStep[playerid][1] && RegisrationStep[playerid][2] && RegisrationStep[playerid][3]) {
            OnPlayerRegister(playerid,MD5_Hash(RegisterPass[playerid]));
            for(new i = 0; i < 7; i++) PlayerTextDrawHide(playerid, RegisterPTD);
            for(new i = 0; i < 13; i++) TextDrawHideForPlayer(playerid, RegisterTD);
            Camera(playerid);
            TextDrawShowForPlayer(playerid, LoginTD[0]);
            TextDrawShowForPlayer(playerid, LoginTD[1]);
            format(gString, 100, "Welcome, %s!\nIntrodu-ti parola in chenarul de mai jos.", GetName(playerid));
            ShowPlayerDialog(playerid, DIALOG_LOGIN2, DIALOG_STYLE_PASSWORD, "Account Registered", gString, "Login", "Quit");
            IsRegister[playerid] = false;
            CancelSelectTextDraw(playerid);
        }
        else return SCM(playerid, COLOR_GREY, "Nu ai completat toate casutele.");
        return true;
    }
    if(clickedid == RegisterTD[7]) return Kick(playerid);
    if(clickedid == SkinsTD[4]) {
        SkinsActions[playerid] = 0;
        IsSkins[playerid] = 0;
        CancelSelectTextDraw(playerid);
        for(new i = 0; i < 10; i++) PlayerTextDrawHide(playerid, SkinsPTD);
        for(new i = 0; i < 9; i++) TextDrawHideForPlayer(playerid, SkinsTD);
        return true;
    }

Link to comment
Share on other sites

  • 0
7 hours ago, Adrian Mircea said:

incearca asta

 

 

if(clickedid == RegisterTD[6]) {
        if(RegisrationStep[playerid][0] && RegisrationStep[playerid][1] && RegisrationStep[playerid][2] && RegisrationStep[playerid][3]) {
            OnPlayerRegister(playerid,MD5_Hash(RegisterPass[playerid]));
            for(new i = 0; i < 7; i++) PlayerTextDrawHide(playerid, RegisterPTD);
            for(new i = 0; i < 13; i++) TextDrawHideForPlayer(playerid, RegisterTD);
            Camera(playerid);
            TextDrawShowForPlayer(playerid, LoginTD[0]);
            TextDrawShowForPlayer(playerid, LoginTD[1]);
            format(gString, 100, "Welcome, %s!\nIntrodu-ti parola in chenarul de mai jos.", GetName(playerid));
            ShowPlayerDialog(playerid, DIALOG_LOGIN2, DIALOG_STYLE_PASSWORD, "Account Registered", gString, "Login", "Quit");
            IsRegister[playerid] = false;
            CancelSelectTextDraw(playerid);
        }
        else return SCM(playerid, COLOR_GREY, "Nu ai completat toate casutele.");
        return true;
    }
    if(clickedid == RegisterTD[7]) return Kick(playerid);
    if(clickedid == SkinsTD[4]) {
        SkinsActions[playerid] = 0;
        IsSkins[playerid] = 0;
        CancelSelectTextDraw(playerid);
        for(new i = 0; i < 10; i++) PlayerTextDrawHide(playerid, SkinsPTD);
        for(new i = 0; i < 9; i++) TextDrawHideForPlayer(playerid, SkinsTD);
        return true;
    }

Ce as putea face acum ? =))

image.png

Link to comment
Share on other sites

  • 0
Chiar acum, Kalinachoo a spus:

Nu am de unde sa stiu,  nu puteam sa imi creez cont, nu puteam accesa textdrawurile

 

daca ai probleme la pns-uri, te duci in gm-ul trimis de mine si cauti liniia new Float: PutVehiclePNS[4][4] = {

de acolo copiezi PutvehiclePNS si ExitVehiclePNS

Link to comment
Share on other sites

  • 0
43 minutes ago, Adrian Mircea said:

daca ai probleme la pns-uri, te duci in gm-ul trimis de mine si cauti liniia new Float: PutVehiclePNS[4][4] = {

de acolo copiezi PutvehiclePNS si ExitVehiclePNS

 

55 minutes ago, Adrian Mircea said:

daca ai probleme la pns-uri, te duci in gm-ul trimis de mine si cauti liniia new Float: PutVehiclePNS[4][4] = {

de acolo copiezi PutvehiclePNS si ExitVehiclePNS

Nu mai am nici un fel de problema ! Iti multumesc frumos, mi-ai rezolvat problema <333

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.