Mysql problem, HELP.
#1

I got this error on the logs... and nothing works.
[00:34:56] [INFO] Now logging: errors
[00:35:06] [INFO] Now logging: errors
Reply
#2

Oh off course! I know exactly what is wrong! #sarcasm
What about showing atleast the MYSQL in your script? I mean, this is almost the same like "Help I have a problem" and nothing more then that
Reply
#3

What is the problem about the sql?
nothing.

pawn Код:
stock CreatePlayerAccount(playerid)
{
    format(query, sizeof(query), "INSERT INTO `users` (name, password, cash, sex, playerIP) VALUES ('%s', '%s', %d, %d, '%s')",GetEscapeName(playerid), GetStringVar(playerid, "Password"), 0, PlayerInfo[playerid][pSex], GetPlayerIP(playerid));
    mysql_function_query(dbHandle, query, true, "OnPlayerCreateAccount", "d", playerid);
    return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)