Warning 202.
#1

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));
}
Reply
#2

Bump.
Reply
#3

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


Forum Jump:


Users browsing this thread: 1 Guest(s)