2 problиmes
#4

PHP Code:
mysql_tquery(mysql"CREATE TABLE IF NOT EXISTS `joueurs`(\
                        `ID` int(10) NOT NULL AUTO_INCREMENT, \
                        `Username` varchar(24) NOT NULL, \
                        `Password` varchar(129) NOT NULL, \
                        `IP` varchar(16) NOT NULL, \
                        `Admin` int(10) NOT NULL, \
                        `VIP` int(10) NOT NULL, \
                        `Argent` int(10) NOT NULL, \
                        `posX` float NOT NULL, \
                        `posY` float NOT NULL, \
                        `posZ` float NOT NULL, \
            `Interieur` int(11) NOT NULL, \
            `World` int(11) NOT NULL, \
            `Skin` int(10) NOT NULL, \
            `Niveau` int(10) NOT NULL, \
                        PRIMARY KEY (`ID`))"
""""); 
en:
PHP Code:
mysql_tquery(mysql"CREATE TABLE IF NOT EXISTS `joueurs`(\
                        `ID` int(10) NOT NULL AUTO_INCREMENT, \
                        `Username` varchar(24) NOT NULL, \
                        `Password` varchar(129) NOT NULL, \
                        `IP` varchar(16) NOT NULL, \
                        `Admin` int(10) NOT NULL, \
                        `VIP` int(10) NOT NULL, \
                        `Argent` int(10) NOT NULL, \
                        `posX` float NOT NULL, \
                        PRIMARY KEY (`ID`))"
""""); 
PHP Code:
mysql_tquery(mysql"CREATE TABLE IF NOT EXISTS `joueurs`(\
                        `posY` float NOT NULL, \
                        `posZ` float NOT NULL, \
            `Interieur` int(11) NOT NULL, \
            `World` int(11) NOT NULL, \
            `Skin` int(10) NOT NULL, \
            `Niveau` int(10) NOT NULL, \
                        PRIMARY KEY (`ID`))"
""""); 
En deux parties. (je regarde le pastepin)

Edit: Si tu remplace OnAccountLoad par OnPlayerSpawn sa ne fait rien?
Reply


Messages In This Thread
2 problиmes - by anou1 - 12.01.2014, 13:04
Re : 2 problиmes - by Chris53340 - 12.01.2014, 13:32
Re: 2 problиmes - by anou1 - 12.01.2014, 13:35
Re : 2 problиmes - by Chris53340 - 12.01.2014, 13:40
Re : 2 problиmes - by Noliax8 - 12.01.2014, 14:05
Re : 2 problиmes - by Chris53340 - 12.01.2014, 14:12
Re: Re : 2 problиmes - by anou1 - 12.01.2014, 14:47
Re: 2 problиmes - by anou1 - 12.01.2014, 19:54
Re : 2 problиmes - by Noliax8 - 12.01.2014, 21:25
Re: 2 problиmes - by anou1 - 12.01.2014, 22:17

Forum Jump:


Users browsing this thread: 1 Guest(s)