If SQL exists.?
#5

pawn Код:
format(stringsize, sizeof(stringsize), "SELECT * FROM `Vehicle_Prices` WHERE Model = '525'",owner);
        mysql_query(stringsize);
    mysql_store_result();
    if(mysql_num_rows() < 0)
        {
      SendClientMessage(playerid,COLOR_YELLOW,"Theres no model 525 ");
        }
        else
        {
            //There is 525
        }
Reply


Messages In This Thread
If SQL exists.? - by Antonio [G-RP] - 19.06.2010, 20:25
Re: If SQL exists.? - by DowNlOaD_ - 19.06.2010, 20:33
Re: If SQL exists.? - by Antonio [G-RP] - 19.06.2010, 20:34
Re: If SQL exists.? - by park4bmx - 19.06.2010, 20:37
Re: If SQL exists.? - by oliverrud - 19.06.2010, 20:41
Re: If SQL exists.? - by Antonio [G-RP] - 19.06.2010, 20:41
Re: If SQL exists.? - by oliverrud - 19.06.2010, 20:42

Forum Jump:


Users browsing this thread: 1 Guest(s)