SA-MP Forums Archive
Only one account can enter to my server Second Post - 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: Only one account can enter to my server Second Post (/showthread.php?tid=421968)



Only one account can enter to my server Second Post - yaron0600 - 11.03.2013

Only one account can enter to my server I mean Only by that name , I got 55 Slots , And I'm using in MySql also how to fix it !?

Heres code of other account cant join from Server Logs WTF is that means ? :

Код:
[13:11:32] [join] Vitto_Corleone has joined the server (0:84.94.77.247)
[13:11:47] [MySQL] Query Error - (ErrorID: 1364) (Handle: 1)
[13:11:47] [MySQL] Check /logs/querydump.log to review the query that threw the error.
[13:11:47] Dumping query from 2013/3/10 (13:11:47) 
Description: Field 'CarsRestricted' doesn't have a default value (index 0). Query: 

[13:11:47] INSERT INTO `accounts` (`Username`, `Key`) VALUES ('Vitto_Corleone','CB494ED78382DBD98B6C64D32DF22FE2E679C69D0814FF7E3E70B563A56E63ED7E41B16BCD1058FC28986016B40DAA6830EBC23C6D1612E36C290C88DB7B924C')
[13:11:51] [part] Vitto_Corleone has left the server (0:1)



Re: Only one account can enter to my server Second Post - [MG]Dimi - 11.03.2013

Well What's your Index key in MySQL? (ex. Column ID)
Index Key can't be same so you must set index key to auto_increment in order to Insert new rows.


Re: Only one account can enter to my server Second Post - yaron0600 - 11.03.2013

What do u mean ? The problem in MySql ? Script ? Plugins ? Script Files ? I dont get u...