SA-MP Forums Archive
[HELP]Dini - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [HELP]Dini (/showthread.php?tid=149115)



[HELP]Dini - faloleroy - 20.05.2010

Код:
  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?



Re: [HELP]Dini - Backwardsman97 - 20.05.2010

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