- 0
Problema parola
-
Similar Content
-
Recently Browsing 0 members
- No registered users viewing this page.
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.
Question
Mister
Problema intalnita (descriere): Salut, am facut comanda sa schimb parola si imi da eroare in mysql_log, desi pe server spune ca am schimbat parola
Ero(area / rile) / warning-(ul / urile): in mysql_log
Liniile de cod / sursa / script-ul(obligatoriu):
Asdf2132 reprezinta parola pe care am vrut sa o punLIFE:changepass(playerid,params[]) { if(gLogged[playerid] != 1) return SendClientMessage(playerid,COLOR_RED,"Nu esti logat"); if(aprobat[playerid] == 0) return SendClientMessage(playerid, COLOR_GREY, " Ai nevoie de aprobare de la owner!"); new message[128]; if(sscanf(params,"s[128]",message)) return SendClientMessage(playerid, COLOR_WHITE, "Use: /changepass [new pass]"); if(strlen(message) <= 5 || strlen(message) > 20) return SendClientMessage(playerid, COLOR_WHITE, "{1580EA}Parola: {FFFFFF}Parola trebuie sa fie intre 5 si 20 caractere!"); strmid(PlayerInfo[playerid][pPassword], message, 0, strlen(message), 255); mysql_format(handle, query, 500, "UPDATE `players` SET `password` = `%s` WHERE `username`='%s'",message, PlayerName(playerid)); mysql_tquery(handle, query); aprobat[playerid] = 0; SendClientMessage(playerid, COLOR_WHITE, "{1580EA}Server: {FFFFFF}Ti-ai schimbat parola."); return 1; }Imagini / Video (optional): nu e nevoie
Ati incercat sa rezolvati singur?: inainte era asa
m-am gandit ca poate in query trebuie direct ce ai scris asa ca am schimbat din
Este mysql r39-3 nu ma prea pricep la el, sunt obisnuit de pe R5 asta o aveam inainte dar am facut update.
Am gasit problema la username era identifier %d trebuia de tip %s am vazut la scriptul cu dialog acelasi identifier si m-am gandit de ce e si la mine la fel, asa ca mi-am dat seama
Edited by Mister__ ____ __ / |/ (_)____/ /____ _____ / /|_/ / / ___/ __/ _ \/ ___/ / / / / (__ ) /_/ __/ / /_/ /_/_/____/\__/\___/_/ SERVICII SCRIPTING DE CALITATE Pagina Scripting pawn3 answers to this question
Recommended Posts