mysql problem
#7

Quote:
Originally Posted by Loot
Посмотреть сообщение
I'm not that familiar with R7, sorry, but try:
pawn Код:
mysql_format(gSQL, Query, "SELECT `Score`, `PlayerName` FROM `account` ORDER BY `Score` ASC LIMIT 10");
Same thing debug 1 and 2.

Also I tried to do this

Код:
mysql_format(gSQL, Query, "SELECT `Score`, `PlayerName` FROM `account` ORDER BY `Score` ASC LIMIT 10", GetName(playerid));
and
Код:
format(Query, sizeof(Query), "SELECT `Score`, `PlayerName` FROM `"#MYSQL_TABLE"` ORDER BY `Score` ASC LIMIT 10", GetName(playerid));
and I don't know whats the difference. Well anyway thanks brother.
Reply


Messages In This Thread
mysql problem - by kbalor - 12.11.2013, 12:29
Re: mysql problem - by Loot - 12.11.2013, 12:36
Re: mysql problem - by kbalor - 12.11.2013, 12:38
Re: mysql problem - by Loot - 12.11.2013, 13:11
Re: mysql problem - by kbalor - 12.11.2013, 13:31
Re: mysql problem - by Loot - 12.11.2013, 13:39
Re: mysql problem - by kbalor - 12.11.2013, 13:47
Re: mysql problem - by Loot - 12.11.2013, 13:55
Re: mysql problem - by -Prodigy- - 12.11.2013, 14:22
Re: mysql problem - by kbalor - 12.11.2013, 14:25

Forum Jump:


Users browsing this thread: 1 Guest(s)