02.04.2017, 05:43
(
Последний раз редактировалось Gnik; 02.04.2017 в 07:40.
)
Quote:
The thing is I forgot to make the ID column as Auto Increment when the table is created.
I will make sure to fix that once I get on the PC. |
Код:
`ID` int(11) NOT NULL,\
Код:
`ID` int(11) NOT NULL AUTO_INCREMENT,\
UPDATE: That made it work, Players can now spawn.