mercredi 13 juillet 2016

MySQL Create Table HELP

I Maded Code, Whic Makes TABLES in SQL. But It Only Makes 'MANQANEBI's Table. Help Me To Fix.

PHP Code:

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;

This entry passed through the Full-Text RSS service - if this is your content and you're reading it on someone else's site, please read the FAQ at http://ift.tt/jcXqJW.
Recommended article from FiveFilters.org: Most Labour MPs in the UK Are Revolting.



MySQL Create Table HELP

Aucun commentaire:

Enregistrer un commentaire