SA-MP Forums Archive
Problem with Mysql_num_rows - 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: Problem with Mysql_num_rows (/showthread.php?tid=193232)



Problem with Mysql_num_rows - RenisiL - 25.11.2010

hey i have problem with mysql, I created mysql registration but as I use mysql_num_rows, me an error

Код:
D:\Deivido\Serveriai\Stunt world-LT\gamemodes\Untitled.pwn(315) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase
Код:
if( mysql_num_rows( GetQuery ) )
    {
	    ShowPlayerDialog( playerid, Registracija, DIALOG_STYLE_INPUT, "Registracija", "Praљome iraљyti savo vartotojo slaptaћodį:", "Registruoti", "Atљaukti" );
	}
	else
	{
	    ShowPlayerDialog( playerid, Prisijungimas, DIALOG_STYLE_INPUT, "Prisijungimas", "Praљome iraљyti savo vartotojo prisijungimo slaptaћodį:", "Prisijungti", "Atљaukti" );

	}
I use G-sTyLeZzZ mysql plugin


Re: Problem with Mysql_num_rows - iJumbo - 25.11.2010

you have 2 get the query up then make this


then like this if(mysql_num_rows() != 0)