02.11.2016, 07:25
new getipQuery[200];
mysql_format(1, getipQuery, sizeof(getipQuery), "Select carOwner FROM YOUR_TABLE WHERE vehicle_id = %d, id);
new Cache:cacheid = mysql_query(1, getipQuery);
cacheid is the cache <
mysql_format(1, getipQuery, sizeof(getipQuery), "Select carOwner FROM YOUR_TABLE WHERE vehicle_id = %d, id);
new Cache:cacheid = mysql_query(1, getipQuery);
cacheid is the cache <