30.05.2010, 21:01
Код:
new Text:VehicleLicense[MAX_VEHICLES]; for(new vehid; vehid < MAX_VEHICLES; vehid++){ new message[128]; format(message,sizeof(message), "%i", vehid); VehicleLicense[vehid] = Create3DTextLabel(message, COLOR_LIGHTBLUE, 0.0, 0.0, 0.0, 50.0, 0, 0); Attach3DTextLabelToVehicle(VehicleLicense[vehid], vehid, 0.0, 0.0, 2.0); }