Mysql_function_query problem.
#3

I forgot to tell you one thing, when gamemode starts, it will load my cars like that, so it would mess it up when i add mysql_insert_id over there.

Код:
publicEx LoadingSCars()
{
    new rows, fields;
    cache_get_data(rows, fields, gSQL);
    new load;
    if(rows)
    {
        while(load < rows)
        {
			LoadingSCar(load);
			load ++;
		}
	}
	return 1;
}
Maybe i can do somekind of
"Define.."
and
"IfDefined.."
or something?
Or other suggestions? I don`t have the other idea to make them double.
Reply


Messages In This Thread
Mysql_function_query problem. - by Larry123 - 02.03.2014, 00:12
Re: Mysql_function_query problem. - by Richie© - 02.03.2014, 00:16
Re: Mysql_function_query problem. - by Larry123 - 02.03.2014, 00:30
Re: Mysql_function_query problem. - by Richie© - 02.03.2014, 00:34
Re: Mysql_function_query problem. - by Larry123 - 02.03.2014, 00:37
Re: Mysql_function_query problem. - by Richie© - 02.03.2014, 00:41
Re: Mysql_function_query problem. - by Larry123 - 02.03.2014, 00:45

Forum Jump:


Users browsing this thread: 1 Guest(s)