SA-MP Forums Archive
Warning 202. - 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)
+--- Thread: Warning 202. (/showthread.php?tid=605367)



Warning 202. - 2k16 - 18.04.2016

Hey guys. I've some problem with my script. when i compile it, the compiler says:
Код HTML:
warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Warning.
Here's the line of errors. I'm using easy SQLite by Gammix.
Код HTML:
stock IsPlayerClanMember(playerid, clan[])
{
	here >> return yoursql_get_field(SQL:0, "members/clanname", yoursql_multiget_row(SQL:0, "members", "ss", "playername", GetPlayerNick(playerid), "clanname", clan));
}



Re: Warning 202. - 2k16 - 18.04.2016

Bump.


Re: Warning 202. - introzen - 18.04.2016

The error gives you the problem. Read the syntax and correct whatever mistake's that are in it.