09.03.2010, 20:56
What's the point of
?
Anyway, you should use strmid in a example like this:
Код:
format(query, sizeof(query), "SELECT * FROM `vehicles`"); mysql_query(query);
Anyway, you should use strmid in a example like this:
Код:
strmid(VehicleInfo[vehicleid][vOwner], field[10], 0, strlen(field[10]), 255);