MySQL Create Table HELP
#1

I Maded Code, Whic Makes TABLES in SQL. But It Only Makes 'MANQANEBI's Table. Help Me To Fix.
PHP код:
public OnGameModeInit()
{
    print(
"\n----------------------------------");
    print(
"    Gamemode Awyobilia Giorgi Medzvelias Mier  ");
    print(
"         Ar Daargviot Uflebebi      ");
    print(
"       Damxmare: James Blackwood [ 3R3Kl3 ]");
    print(
"----------------------------------\n");
    
Connection mysql_connect(HostUserDBPassword);
    new 
querystr[1700];
    
strcat(querystr"CREATE TABLE IF NOT EXISTS `account`(`ID`int AUTO_INCREMENT PRIMARY KEY, `Name` varchar(24) NOT NULL, `Password` varchar(129) NOT NULL, `Email` varchar(129) NOT NULL, `Admin` int(11) NOT NULL, `Sex` int(11) NOT NULL, `Age` int(11) NOT NULL, `Level` int(11) NOT NULL, `Money` int(11) NOT NULL, `Skin` int(11) NOT NULL,");
    
strcat(querystr"`pCar` int(11) NOT NULL,`pSaxlid` int(11) NOT NULL,`pInterieri` int(11) NOT NULL,`pBankfuli` int(11) NOT NULL,`pBorbali` int(11) NOT NULL,`pSpoileri` int(11) NOT NULL,`pBamperi2` int(11) NOT NULL,`pPaintjobi` int(11) NOT NULL,`pHydrawlic` int(11) NOT NULL)"false);
    
mysql_query(Connectionquerystr);
    
mysql_query(Connection"CREATE TABLE IF NOT EXISTS `Manqanebi`(`vID`int AUTO_INCREMENT PRIMARY KEY, `Mflobeli` varchar(24) NOT NULL, `vModel` varchar(24) NOT NULL, `vFuel` int(11) NOT NULL, `PosX` int(11) NOT NULL, `PosY` int(11) NOT NULL, `PosZ` int(11) NOT NULL, `PosC` int(11) NOT NULL)"false);
    if(
mysql_errno(Connection) != 0)
    {
        print(
"Ver Vukavshirdebit SQL-s");
        }else{
        print(
"Warmatebit Davukavshirdit SQL-s");
    }
    
SetGameModeText(""Mode"");
    
SendRconCommand("hostname "Saxeli_Serveris"");
    
LoadTextDraw();
    return 
1;

Reply


Messages In This Thread
MySQL Create Table HELP - by Pearson - 14.07.2016, 01:58
Re: MySQL Create Table HELP - by Pearson - 14.07.2016, 02:04
Re: MySQL Create Table HELP - by Zoneo - 14.07.2016, 02:39
Re: MySQL Create Table HELP - by Vince - 14.07.2016, 08:33
Re: MySQL Create Table HELP - by Mugala - 19.11.2018, 03:18

Forum Jump:


Users browsing this thread: 1 Guest(s)