19.03.2018, 16:29
Код:
new StrinG[128];
new Text3D:TextoVeiculo[MAX_VEHICLES];
format(StrinG, sizeof(StrinG), "%s",VehicleInfo[vic][vOwner]);
TextoVeiculo[vic] = Create3DTextLabel(StrinG,0xC0C0C0AA, 0.0, 0.0, 0.0, 10.0, 0, 1);
Attach3DTextLabelToVehicle(TextoVeiculo[vic],vic, 0.0, 0.0, 0.0);

