Raiden
14.07.2002, 15:46
Wenn ich versuche den Query für den Ultimate HP MP Hack zu machen undzwar den Query:
ALTER TABLE `forum`.`user` ADD `hp` INT(6) DEFAULT '0' NOT NULL, `maxhp` INT(6) DEFAULT '0' NOT NULL, `ma` INT(6) DEFAULT '0' NOT NULL, `maxma` INT(6) DEFAULT '0' NOT NULL, `pp` INT(6) DEFAULT '0' NOT NULL, `maxpp` INT(6) DEFAULT '0' NOT NULL, `ap` INT(6) DEFAULT '0' NOT NULL, `element` INT(3) DEFAULT '0' NOT NULL;
kommt ein fehler der sagt:
You have an error in your SQL syntax near 'maxhp` INT(6) DEFAULT '0' NOT NULL, `ma` INT(6) DEFAULT '0' NOT NULL, `maxma` IN' at line 1
dabei hab ich mich an die anleitung gehalten, wie kommt es zud em fehler, und wie kann ich ihn wegmachen?
ALTER TABLE `forum`.`user` ADD `hp` INT(6) DEFAULT '0' NOT NULL, `maxhp` INT(6) DEFAULT '0' NOT NULL, `ma` INT(6) DEFAULT '0' NOT NULL, `maxma` INT(6) DEFAULT '0' NOT NULL, `pp` INT(6) DEFAULT '0' NOT NULL, `maxpp` INT(6) DEFAULT '0' NOT NULL, `ap` INT(6) DEFAULT '0' NOT NULL, `element` INT(3) DEFAULT '0' NOT NULL;
kommt ein fehler der sagt:
You have an error in your SQL syntax near 'maxhp` INT(6) DEFAULT '0' NOT NULL, `ma` INT(6) DEFAULT '0' NOT NULL, `maxma` IN' at line 1
dabei hab ich mich an die anleitung gehalten, wie kommt es zud em fehler, und wie kann ich ihn wegmachen?