Jump to content
  • 0

Eroare pin


s4uriK.Official

Question

Problema intalnita (descriere): bun am pus sistemul de pin la majoritatea comenzilor care sunt de folos, si cand dau sa scriu o comanda de exemplu /shop imi apare in chat ca, contul meu este blocat, si imi arata shopul, nu imi dau seama cum sa fac ca sa pot face ceva sa am contul deblocat.
Ero(area / rile) / warning-(ul / urile): - 
Liniile de cod / sursa / script-ul(obligatoriu): nustiu ce linii sa va arat.
Imagini / Video (optional): - 
Ati incercat sa rezolvati singur?: Am incercat 5 posibiliatati, dar nu-i dau de cap. 

                     

  Serverul meu de Discord: Click aici       a7DfKP7.gif                                                                      FGIfknL.gif

k35T5Nb.png                                                                                                                                                                                                                                                                                                I0aS856.gif

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0
12 minutes ago, Mister said:

Arata comanda /shop si spune ce ai vrea sa faca si nu iti iese

Am sistemul ala de pin, eu vreau sa-l fac sa mearga adica daca numi deblochez contul sa nu pot folosi nici o comanda, sistemul il am dar, degeaba scrie ca sa-l deblochez dar comenzile merg

                     

  Serverul meu de Discord: Click aici       a7DfKP7.gif                                                                      FGIfknL.gif

k35T5Nb.png                                                                                                                                                                                                                                                                                                I0aS856.gif

Link to comment
Share on other sites

  • 0

                     

  Serverul meu de Discord: Click aici       a7DfKP7.gif                                                                      FGIfknL.gif

k35T5Nb.png                                                                                                                                                                                                                                                                                                I0aS856.gif

Link to comment
Share on other sites

  • 0

CMD:shop(playerid, params[])
{
    if ( GetPVarInt( playerid, "AccountLocked" ) == 1 )
    {
          if(PlayerInfo[playerid][pLimba] == 1) // Engleza
        {
            SCM( playerid, COLOR_WHITE, "Your account is locked, use /unlockacc to unlock it." );
        }
        if(PlayerInfo[playerid][pLimba] == 2) // Romana
        {
            SCM( playerid, COLOR_WHITE, "Contul tau este blocat, deblocheaza-l folosind comanda /unlockacc." );
        }
        if(gLogged[playerid] == 0) return SendClientMessage(playerid, COLOR_ERROR, "You are not logged in.");
        new tstr[32];
        format(tstr, sizeof(tstr), "{FFFFFF}SHOP ({F7F416}%s GOLD{F7F416})", FormatNumber(PlayerInfo[playerid][pCoins]));
        ShowPlayerDialog(playerid, DIALOG_SHOP, DIALOG_STYLE_LIST, tstr, "1. Items\n2. Clan Items","SELECT", "EXIT");
    }
    return 1;
}

 

//INCEARCA ASA.

 

Link to comment
Share on other sites

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.