29.10.2014, 14:22
Doesn't work :/
from here again
from here again
pawn Код:
mysql_fetch_field_row(string, "money"); moneyvariable = strval(string);
printf("debug note 5 ID %d", id);
format(output, sizeof(output), "%s %d. %s with %d Dollars\n", output, ID, username, moneyvariable);
printf("debug note 6 ID %d", id);
}
mysql_free_result();
printf("debug note 7");
ShowPlayerDialog(playerid, 25, DIALOG_STYLE_MSGBOX, "Top 10 Players", output, "OK", "Cancel");
printf("debug note 8");

