22.09.2009, 13:43
Good day SAMP'ers,
I am now having a script, but when I try to host the .sql I get the following error:
Does anyone know how to fix this? I am prepaired to pay the one who know how to fix this. 
Thanks.
I am now having a script, but when I try to host the .sql I get the following error:
Код:
SQL-query: -- ---------------------------- -- Table structure for baseproducts -- ---------------------------- CREATE TABLE `baseproducts` Roxt( `prodid` int( 11 ) NOT NULL , `name` varchar( 15 ) COLLATE latin1_general_ci NOT NULL , `typeid` int( 11 ) NOT NULL , `typeid2` int( 11 ) NOT NULL , `baseprice` int( 11 ) NOT NULL , `unitquantity` int( 11 ) NOT NULL , `maxallowedshop` int( 11 ) NOT NULL , `currentprice` int( 11 ) NOT NULL , `priceflex` int( 11 ) NOT NULL , `available` int( 11 ) NOT NULL , `genpertick` int( 11 ) NOT NULL , `maxfactory` int( 11 ) NOT NULL , `maxallowedtruck` int( 11 ) NOT NULL , PRIMARY KEY ( `prodid` ) ) ENGINE = MYISAM DEFAULT CHARSET = latin1 COLLATE = latin1_general_ci; MySQL retourneerde: Documentatie #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Roxt ( `prodid` int(11) NOT NULL, `name` varchar(15) collate latin1_genera' at line 1

Thanks.