Little Help
#1

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...
Reply
#2

Update to this plugin
Reply
#3

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

Anyone can help me??

(sorry for double posting)
Reply
#5

Can anyone helps me(sorry for spamming)
Reply
#6

Try r7 plugin version!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)