12.08.2012, 19:25
Where's the error?
http://gyazo.com/6b3e7cc74b38e71928de407c46a495ae
First it was working fine, now there's a problem.. help!
http://gyazo.com/6b3e7cc74b38e71928de407c46a495ae
Код:
new Float:px,Float:py,Float:pz; GetPlayerPos(playerid,px,py,pz); Giocatore[playerid][APOS][0] = px; Giocatore[playerid][APOS][1] = py; Giocatore[playerid][APOS][2] = pz; format(queryString, sizeof(queryString), "UPDATE utenti SET rank = '%d', soldi = '%d', id = '%d', level = '%d', experience = '%d', maxexp = '%d', tutorial = '%d'",Giocatore[playerid][rank],Giocatore[playerid][soldi],Giocatore[playerid][id],Giocatore[playerid][livello],Giocatore[playerid][exp],Giocatore[playerid][maxexp],Giocatore[playerid][tutorial]); format(queryString, sizeof(queryString),"%s, CX = '%f', CY = '%f', CZ = '%f WHERE username = '%s'",queryString,Giocatore[playerid][APOS][0],Giocatore[playerid][APOS][1],Giocatore[playerid][APOS][2],NomeX(playerid)); mysql_query(queryString); mysql_store_result(); mysql_free_result();