05.11.2011, 08:40
Hi peoples. I want to ask one thing. I have this varriable:
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:
Код:
PlayerData[playerid][pcar];
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;