SA-MP Forums Archive
mysql error - 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 error (/showthread.php?tid=608029)



mysql error - IndependentGaming - 26.05.2016

Greetings, if I start my server and join it, it works fine.

When I start giving myself anything weapon, money, or set my name I will get this error message in the server logs:

PHP код:
[nickDirk nick changed to Harry_Smet
[26/05/2016 22:44:16errorid1146 errorTable 'red.connections' doesn't exist | callback: OnQueryFinish | query: UPDATE connections SET AccountID = 162 WHERE PlayerID = 0 | connection handle: 1 | resultid: 1 | extraid: 0 
how can I fix this I cant find anything with
Код:
red.connections
in any file..


Re: mysql error - ilijap - 26.05.2016

Create table red.connections ..


Re: mysql error - IndependentGaming - 26.05.2016

Quote:
Originally Posted by ilijap
Посмотреть сообщение
Create table red.connections ..
where can I see what I have to put in that table ?


Re: mysql error - ilijap - 26.05.2016

Quote:
Originally Posted by SacrificeGaming
Посмотреть сообщение
where can I see what I have to put in that table ?
Search in gamemode red.connections and see what are the name of fields its using


Re: mysql error - IndependentGaming - 26.05.2016

Thats the thing, there is nothing in the gamemode or in any other file that got the name red.connections