plate don't load
#1

Hello,

This is my command for load plate number:

(plaque(fr) = plate (en) )

Код:
mysql_get_field("plaque",Field); CarInfo[i][cPlate] = strval(Field);
And the code for create vehicle:

Код:
for(new h = 0; h < sizeof(CarInfo); h++)
{
	AddStaticVehicleEx(CarInfo[h][cModel],CarInfo[h][cLocationx],CarInfo[h][cLocationy],CarInfo[h][cLocationz]+1.0,CarInfo[h][cAngle],CarInfo[h][cColorOne],CarInfo[h][cColorTwo],60000);
        SetVehicleNumberPlate(h, CarInfo[h][cPlate]);
	}
But, the plate isn't load...

The field of the plate is: TEXT

Regards
Reply


Messages In This Thread
plate don't load - by jcvag44800 - 11.05.2014, 14:41
Re: plate don't load - by Smileys - 11.05.2014, 14:51
Re : plate don't load - by jcvag44800 - 11.05.2014, 14:53

Forum Jump:


Users browsing this thread: 3 Guest(s)