16.10.2017, 12:16
Hi all,
I recently got back into SAMP and I am trying to set up some basics in a scratch gamemode, I am trying to make a basic database functionality.
This query is generated to store information;
But I get this error message:
I recently got back into SAMP and I am trying to set up some basics in a scratch gamemode, I am trying to make a basic database functionality.
This query is generated to store information;
Код:
UPDATE 'players' SET pAdminLevel = '0', pXpos = '-507.795257', pYpos = '-92.722236', pZpos = '62.447505', pInterior = '0', pVW = '0', pFaceAngle = '12.000000' WHERE pID = '1'
Код:
[14:00:38] [ERROR] error #1064 while executing query "UPDATE 'players' SET pAdminLevel = '0', pXpos = '-507.795257', pYpos = '-92.722236', pZpos = '62.447505', pInterior = '0', pVW = '0', pFaceAngle = '12.000000' WHERE pID = '1'": 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 ''players' SET pAdminLevel = '0', pXpos = '-507.795257', pYpos = '-92.722236', pZ' at line 1