MySQL Load Issue
#2

pawn Код:
stock LoadPlayerVehicles(playerid)
{
    new query[128];
    mysql_format(sqlConnection, query, sizeof(query), "SELECT * FROM `playervehicles` WHERE `Owner`='%e'", playerName(playerid));
    mysql_function_query(sqlConnection, query, false, "loadPlayerVehiclesSQL", "i", playerid);
    return 1;
}
Here is the load function, anyone?
Reply


Messages In This Thread
MySQL Load Issue - by RedCounty - 14.01.2015, 09:34
Re: MySQL Load Issue - by RedCounty - 14.01.2015, 19:41
Re: MySQL Load Issue - by Dignity - 14.01.2015, 19:44
Re: MySQL Load Issue - by xVIP3Rx - 14.01.2015, 20:06
Re: MySQL Load Issue - by RedCounty - 14.01.2015, 21:03

Forum Jump:


Users browsing this thread: 2 Guest(s)