06.02.2019, 08:39
Код:
format(query, sizeof(query), "SELECT * FROM `racerotation` WHERE race = %s ", race); mysql_function_query(dbHandle, query, true, "OnRaceManuallyLoad", "ds", playerid, race);
In the callbacks you use cache functions, check if there are rows before using these functions. No data will result in error for invalid row indexes.