solved thx
but another error occurs..
here's the code
Code:
new bool:IsUserHaveNickname[33][51]
Code:
if(SQL_NumResults(Query) < 1)
{
//do stuff
}
else
{
//do stuff
for(new i; i < 51; i++)
IsUserHaveNickname[client][i] = SQL_ReadResult(Query, i+31) //Error: tag mismatch
btw , what is mismatched?