Little help with mysql load cars.
#1

Hi peoples. I want to ask one thing. I have this varriable:

Код:
PlayerData[playerid][pcar];
And when is loading cars i want to set this varriable to carid,because with this varriable i do /carmapp and like that commands.

Now i do like that but this is no work:

Код:
new CreateCar = CreateVehicle(VehicleInfo[index][CModel],VehicleInfo[index][PX],VehicleInfo[index][PY],VehicleInfo[index][PZ],VehicleInfo[index][PA],VehicleInfo[index][Color1],VehicleInfo[index][Color2],-1);
mysql_get_field("Owner", savingstring);  VehicleInfo[index][owner] = strlen(savingstring);
new carowner = VehicleInfo[index][owner];
PlayerData[carowner][pcar] = CreateCar;
Reply


Messages In This Thread
Little help with mysql load cars. - by budelis - 05.11.2011, 08:40
Re: Little help with mysql load cars. - by Calgon - 05.11.2011, 08:44
Re: Little help with mysql load cars. - by budelis - 05.11.2011, 10:14
Re: Little help with mysql load cars. - by Calgon - 05.11.2011, 10:20
Re: Little help with mysql load cars. - by budelis - 05.11.2011, 10:55
Re: Little help with mysql load cars. - by budelis - 05.11.2011, 13:32

Forum Jump:


Users browsing this thread: 2 Guest(s)