Warning: Expression has no effect [MySQL] (Fixed)
#2

You added a ) after Player[playerid][Password].

Код:
mysql_format(g_SQL, query, sizeof(query), "INSERT INTO `players` (`username`, `password`, `ip`, `PosX`, `PosY`, `PosZ`, `PosA`) VALUES ('%e', '%s', '%e', %f, %f, %f, %f)", Player[playerid][Name], Player[playerid][Password], playerid, SPAWN_X, SPAWN_Y, SPAWN_Z, SPAWN_A);
EDIT: Your post was edited after I posted. Glad you solved it anyway
Reply


Messages In This Thread
Warning: Expression has no effect [MySQL] (Fixed) - by Sublime - 22.08.2016, 12:38
Re: Warning: Expression has no effect [MySQL] (Fixed) - by Burridge - 22.08.2016, 12:41

Forum Jump:


Users browsing this thread: 1 Guest(s)