10.04.2013, 11:41
Should be
You cant attach a per player becouse attach3D need to be defined with vehicles
EDIT: just an idea comes you can attach the PlayerLabel to player so seems to be in vehicle
pawn Код:
new Text3D:Speedo[MAX_VEHICLES];
OnYouCreateVeh
vehicleid = createvehicle bla b la
Speedo[vehicleid] = Create3DTex
Attach3DTextLabelToVehicle( Speedo[vehicleid],vehicleid
EDIT: just an idea comes you can attach the PlayerLabel to player so seems to be in vehicle