16.03.2014, 20:44
Try running this query through phpMyAdmin or a basic SQL console and see if it works.
pawn Код:
INSERT INTO playerdata (user, password, level, cash, admin, ban, faction ,IP) VALUES('Test_User', SHA1('Test'),1, 5000, 0, 0, 0, '127.0.0.1')