13.06.2015, 15:44
OKay i replaced it with UPDATE and ID field already has A_I and PRIMARY KEY
But now it wont even update the E-Mail field. It just stays null
http://gyazo.com/82b107272525be2d04e2ee4221f22f12
But now it wont even update the E-Mail field. It just stays null
Код:
format(query,sizeof(query), "UPDATE `accounts` (`ID`, `E-Mail`) WHERE (`ID`) VALUES('%d', '%s')", PlayerData[playerid][pID], string);