warning 213: tag mismatch
#4

instead of converting which is not working for ya... just do another function
pawn Код:
stock GetMyInt(Table[],Field[],Bed[],Bed2) //by Jony v1.0
{
    new query[128],myquery[128];
    format(query,sizeof(query),"SELECT %s FROM %s WHERE %s = '%d'", Field,Table,Bed,Bed2);
    mysql_query(query);
    mysql_store_result();
    mysql_fetch_row(myquery);
    mysql_free_result();
    return strval(myquery);
}
Reply


Messages In This Thread
warning 213: tag mismatch - by Jony_King - 28.11.2010, 09:20
Re: warning 213: tag mismatch - by LarzI - 28.11.2010, 09:23
Re: warning 213: tag mismatch - by Jony_King - 28.11.2010, 09:25
Re: warning 213: tag mismatch - by XePloiT - 28.11.2010, 09:33
Re: warning 213: tag mismatch - by Retardedwolf - 28.11.2010, 09:35
Re: warning 213: tag mismatch - by XePloiT - 28.11.2010, 09:40
Re: warning 213: tag mismatch - by Jony_King - 28.11.2010, 09:42
Re: warning 213: tag mismatch - by XePloiT - 28.11.2010, 09:52
Re: warning 213: tag mismatch - by Jony_King - 28.11.2010, 10:02
Re: warning 213: tag mismatch - by JaTochNietDan - 28.11.2010, 10:03

Forum Jump:


Users browsing this thread: 1 Guest(s)