Код:
new text = Create3DTextLabel(throwcarstring, 0xFFFFFFAA ,0,0,0,30,0,0);
Attach3DTextLabelToVehicle(text, throwcar, 0.0,0.0,0.0);
Tag mismatch.
Exactly what it says: TAG MISMATCH. The tag of the input parameter and the given parameter don't match. Add the tag. Example:
FIXED. Thanks.