30.07.2015, 18:13
new string[256];
format(string,sizeof(string),"Owner:%s",CarInfo[c][Owner]);
CarInfo[c][Text] = Create3DTextLabel(string, 0xFF0000AA, 0.00,0.00,0.00, 100.0, 0, 1 );
Attach3DTextLabelToVehicle(CarInfo[c][Text], c, 0.0, 0.0, 2.0 );
3d text not show ...!
format(string,sizeof(string),"Owner:%s",CarInfo[c][Owner]);
CarInfo[c][Text] = Create3DTextLabel(string, 0xFF0000AA, 0.00,0.00,0.00, 100.0, 0, 1 );
Attach3DTextLabelToVehicle(CarInfo[c][Text], c, 0.0, 0.0, 2.0 );
3d text not show ...!