SA-MP Forums Archive
Convert - 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: Convert (/showthread.php?tid=634126)



Convert - Loinal - 13.05.2017

PHP код:
mysql_store_result();
if(
mysql_num_rows() > 0)
{

On R41-2 be??


Re: Convert - Jefff - 13.05.2017

pawn Код:
if(cache_num_rows() > 0)
{
}



Re: Convert - CaRaM3LL - 13.05.2017

Код:
rows = cache_num_rows();
        if(rows)
        {
        } else // no rows found