21.07.2014, 00:20
pawn Код:
new Text3D:VehText[MAX_VEHICLES];
Delete3DTextLabel(VehText[vehicleid]);
VehText[vehicleid] = Create3DTextLabel("Test", COLOUR_WHITE, 0.0,0.0,0.0,15,0,0);
Attach3DTextLabelToVehicle(VehText[vehicleid], vehicleid, 1.375, 0.25, 0.1);
![](http://files.sa-mp.im/uploads/ed840-Screenshot_(80)-b5.png)
To be honest, I ain't sure what you really want. I don't believe there is a function to attach a Pickup to a vehicle. Although, it will be possible to create one upon needing it.