29.06.2011, 13:05
Change this:
For this:
PHP код:
Car3DText[playerid] = Create3DTextLabel(string,0xAA3333AA,0,0,0,100.0,0);
Attach3DTextLabelToVehicle(Car3DText[playerid], vid, 0,0,0);
PHP код:
Car3DText[vid] = Create3DTextLabel(string,0xAA3333AA,0,0,0,100.0,0);
Attach3DTextLabelToVehicle(Car3DText[vid], vid, 0,0,0);