21.12.2014, 18:00
Hello there, to start off I am using MySQL r33 by BlueG, yes I am aware this is older but I'm wondering why this code doesn't save
And yes, there is a connection.
pawn Код:
format(query, sizeof(query), "UPDATE users SET Guarding=%d, GuardOffer=%d, GuardPrice=%d, FindingCar=%d, ActiveCrimeReport=%s, IsHacker=%d, LastSkin=%d, Rope=%d, Rags=%d WHERE NormalName='%s'", Player[playerid][Guarding],
Player[playerid][GuardOffer], Player[playerid][GuardPrice], Player[playerid][FindingCar], Player[playerid][ActiveCrimeReport], Player[playerid][IsHacker], Player[playerid][LastSkin], Player[playerid][Rope], Player[playerid][Rags], pName);
pawn Код:
mysql_query(mysql, query);

