dialog problem
#4

pawn Код:
new p_top[24],score,string[600],row[600];

mysql_query("SELECT playerName, playerXP FROM playerdata ORDER BY playerXP DESC Limit 10");
mysql_store_result();

while( mysql_fetch_row(row) ) {
    sscanf(row, "p<|>s[600]d",p_top,score);
    format(string, sizeof string, "%sTop Player: %s | XP: %d\n", string, p_top,score);
}

mysql_free_result();
ShowPlayerDialog(playerid, 108, DIALOG_STYLE_MSGBOX,"Top Players", string, "Close", "");
return 1;
This code isn't mine, it's LetsOWN[PL] but I've edited it. Tell me if it works fine?
Reply


Messages In This Thread
dialog problem - by PowerF - 18.08.2015, 07:29
Re: dialog problem - by LetsOWN[PL] - 18.08.2015, 10:59
Re: dialog problem - by PowerF - 18.08.2015, 14:04
Re: dialog problem - by DaniceMcHarley - 18.08.2015, 14:07
Re: dialog problem - by PowerF - 18.08.2015, 14:13
Re: dialog problem - by PowerF - 18.08.2015, 14:18
Re: dialog problem - by LetsOWN[PL] - 20.08.2015, 22:13

Forum Jump:


Users browsing this thread: 2 Guest(s)