09.04.2016, 21:33
I have a query problem.
the query not insert the dates./
the query does not insert data.
Thanks, sorry for my bad english.
pawn Код:
new DBResult:Resultado;
new query[350];
format(query,sizeof(query),"INSERT INTO (`uNombre`,`uClave`,`uIP`,`uAdmin`,`uVIP`,`uPuntos`,`uMuertes`,`uSancion`,`uPosX`,`uPosY`,`uPosZ`,`uPosA`) VALUES ('%q','%q','%q',0,0,0,0,0,0.0,0.0,0.0,0.0)",NombreJugador(playerid),Jugador[playerid][pClave],IP);
Resultado = db_query(dbh,query);
the query does not insert data.
Thanks, sorry for my bad english.

