[HELP]Dini
#1

Код:
  format(query, sizeof(query), "SELECT name, banned, kills, deaths FROM users WHERE kills>deaths ORDER BY kills-(deaths/2) DESC LIMIT 10");
	mysql_query(query);
	mysql_store_result();

	new data[10][256];
	for(new i = 0; i < ( ( mysql_num_rows() < 10) ? mysql_num_rows() : 10 ); i++)
	{
	  if (mysql_num_fields() > 0)
	  {
How this would be in dini?
Reply
#2

I'm gonna have to say no on that since no where in there is the word dini.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)