05.04.2016, 09:44
Hey guys,
I am having some trouble with the SQL INSERT syntax, here is where I got the error:
Can someone find out where please?
PS:. The variables upassword and query are created
I am having some trouble with the SQL INSERT syntax, here is where I got the error:
Код:
format(query,sizeof(query),"INSERT INTO `users` (`username`,`password`,`money`,`bankmoney`,`skin`,`adminlevel`) VALUES ('%s','%s',0,0,97,0)",GetPName(playerid),upassword); mysql_function_query(dbcnn,query,false,"","");
PS:. The variables upassword and query are created