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



Little Help - Sanady - 25.02.2013

Hello.I used mysql_format and It`s says undefined symbol.I am using MySQL plugin R6.Why this is showing to me!?

pawn Код:
stock GetFreeHouseSlot()
{
    new szQuery[32];
    for(new id = 0; id < MAX_HOUSES; id++)
    {
        mysql_format(1,szQuery, "SELECT * FROM `samp_houses` WHERE `HouseID` = %d", id);
        mysql_query(szQuery);
        if(!mysql_num_rows()) return id;
    }
    return -1;
}
Please help me...


Re: Little Help - Ballu Miaa - 25.02.2013

Update to this plugin


Re: Little Help - Sanady - 25.02.2013

Quote:
Originally Posted by Ballu Miaa
Посмотреть сообщение
Which version to download?But point is in that I already using that plugin..R6 version


Re: Little Help - Sanady - 25.02.2013

Anyone can help me??

(sorry for double posting)


Re: Little Help - Sanady - 25.02.2013

Can anyone helps me(sorry for spamming)


Re: Little Help - TrueForYourSelf - 25.02.2013

Try r7 plugin version!