error 017: undefined symbol "INSERT"
#5

I did it like that. What can you see as evil?

EDIT: Does not create the table

PHP код:
                    format(Query,sizeof(Query),"INSERT INTO `users` (`name`, `password`, `ip`,`registro`,`score`, `dinero`, `admin`,`kills`, `deaths`, `jail`, `jailsec`, `skin`, `Turbo`, `Radio`, `Autofix`, `Nivel`, `Experiencia`,`MonsterKills`, `Color`, `Headshot`,`Horas`, `Minutos`, `Segundos`, `DuelosWins`) VALUES ('%s','%s','%s,'%s',0,0,0,0,0,0,0,0,0,'1',0,0,0,0,'-1',0,0,0,0,0)",
                    
DB_Escape(PI[playerid][JugadorNick]),DB_Escape(hashpass),PlayerIP(playerid),PI[playerid][registro],playerid);  
                    
                    
format(Query,sizeof(Query),"%d, `VIP`, `VIPTIME`,`CHATCOLOR`, `RACE`,`HOUSES`, `CONNECTED`, `PLAYERID`, `LCONNECT`, `POSX`, `POSY`, `POSZ`) VALUES (0,0,'16777215',0,0,1,'%d',0,0,0,0)",
                    
Query);   
                    
                    
db_query(_DB_Query); 
Reply


Messages In This Thread
error 017: undefined symbol "INSERT" - by Johangelo1 - 23.03.2017, 20:37
Re: error 017: undefined symbol "INSERT" - by Mencent - 23.03.2017, 20:47
Respuesta: Re: error 017: undefined symbol "INSERT" - by Johangelo1 - 23.03.2017, 21:01
Re: error 017: undefined symbol "INSERT" - by Mencent - 23.03.2017, 21:04
Respuesta: Re: error 017: undefined symbol "INSERT" - by Johangelo1 - 23.03.2017, 21:12
Re: error 017: undefined symbol "INSERT" - by Private200 - 23.03.2017, 22:02
Re: error 017: undefined symbol "INSERT" - by Private200 - 25.03.2017, 19:05
Re: error 017: undefined symbol "INSERT" - by DobbysGamertag - 25.03.2017, 20:29

Forum Jump:


Users browsing this thread: 1 Guest(s)