SA-MP Forums Archive
MYSQL Help, - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: MYSQL Help, (/showthread.php?tid=525688)



MYSQL Help, - LarryTiger - 13.07.2014

Код:
SQL query:


 //--------------------------------[ FUNCTIONS ]---------------------------
 
PinLogin(playerid)
{
    new string[128];
MySQL said: Documentation

#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '//--------------------------------[ FUNCTIONS ]---------------------------

P' at line 1
Код:
				ilevel = GetPVarInt(extraid, "Offline_Famed");

				GetPVarString(extraid, "Offline_Name", szName, MAX_PLAYER_NAME);
		        #1064
		        format(szQuery, sizeof(szQuery), "UPDATE `accounts` SET `Famed` = %d WHERE `Username` = '%s'", ilevel, szName);
				mysql_function_query(MainPipeline, szQuery, false, "OnQueryFinish", "i", SENDDATA_THREAD);



Re: MYSQL Help, - LarryTiger - 13.07.2014

anyone can help me?


Re: MYSQL Help, - LarryTiger - 13.07.2014

bumpy driver