help me plz
#3

line 4222:
Код:
	MySQLCheckConnection();
line 18216:
Код:
				CreateVehicle(CarInfo[vehid][cModel],CarInfo[vehid][cLocationx],CarInfo[vehid][cLocationy],CarInfo[vehid][cLocationz]+1.0,CarInfo[vehid][cAngle],60000);
line 47528:

Код:
public MySQLUpdatePlayerFlo(query[], sqlplayerid, sqlvalname[], Float:sqlupdateflo) //
{
	new query[128];
	format(query, sizeof(query), "UPDATE players SET %s=%f WHERE id=%d", sqlvalname, sqlupdateflo, sqlplayerid);
	samp_mysql_query(query);
	new flotostr[32];
	format(flotostr, sizeof(flotostr), "%f", sqlupdateflo);
	MySQLUpdatePlayerStr(query, sqlplayerid, sqlvalname, flotostr);
	return 1;
}
line 47697:
Код:
public GetPlayerCash(playerid)
{
    Cash[playerid];
	return 1;
}
Reply


Messages In This Thread
help me plz - by Cancel2 - 19.02.2015, 11:19
Re: help me plz - by CalvinC - 19.02.2015, 11:23
Re: help me plz - by Cancel2 - 19.02.2015, 11:23
Re: help me plz - by Cancel2 - 19.02.2015, 11:35
Re: help me plz - by CalvinC - 19.02.2015, 11:43

Forum Jump:


Users browsing this thread: 1 Guest(s)