28.12.2014, 23:06
Quote:
Kinda lost you back there;
I have this Код:
format(string, sizeof(string), "%s", params); VehSign[veh] = 1; vcallsign[veh] = Create3DTextLabel(string, COLOR_WHITE, 0, 0, 0, 10, 0, 0); //adding textlabel Attach3DTextLabelToVehicle(vcallsign[veh], veh, -0.5, -2.8, 0); //attaching text label to vehicle! I tried this: Код:
OnVehicleSpawn if(VehSign[vehicleid]) { Delete3DTextLabel(vcallsign[vehicleid]); } |