MySQL code not working :X
#5

Код:
1385	new Pname[24];
1386    GetPlayerName(playerid, Pname, 24);
1387	new escpname[24];
1388	mysql_real_escape_string(Pname, escpname);
1399	format(query, sizeof(query), "UPDATE `users` SET `Points` = '%d', `AdminLevel` = '%d', `Level` = '%d' WHERE `Nick` = '%s'", PlayerInfo[playerid][Points], PlayerInfo[playerid][AdminLevel], PlayerInfo[playerid][Level], escpname);
1400	mysql_query(query);
1401    mysql_free_result();
Reply


Messages In This Thread
MySQL code not working :X - by ben4uka - 01.07.2011, 21:36
AW: MySQL code not working :X - by Blowfish - 01.07.2011, 21:58
Re: MySQL code not working :X - by ben4uka - 01.07.2011, 22:05
AW: MySQL code not working :X - by Blowfish - 01.07.2011, 22:11
Re: MySQL code not working :X - by ben4uka - 01.07.2011, 22:14
AW: MySQL code not working :X - by Blowfish - 01.07.2011, 22:19
Re: MySQL code not working :X - by ben4uka - 01.07.2011, 22:20
AW: MySQL code not working :X - by Blowfish - 01.07.2011, 22:21
Re: MySQL code not working :X - by Calgon - 01.07.2011, 22:21
AW: MySQL code not working :X - by Blowfish - 01.07.2011, 22:24

Forum Jump:


Users browsing this thread: 1 Guest(s)