09.02.2017, 21:12
Hello guys, i've got a problem with the police callsign, when the car spawns on saved position the callsign isn't attaced on a car, i tried to change the loading type but still nothing, i don't know where is the problem.
in Spawn_Car(carid) is this:
- no errors or warns, but istn't attached to the vehicle...
in Spawn_Car(carid) is this:
Код:
if (CarData[carid][carCallsign] != 0) { CarCallsign[carid] = CreateDynamic3DTextLabel(CarData[carid][carCallsign], COLOR_WHITE, 0.0, 0.0, 0.0, 50.0, 0, 1); Attach3DTextLabelToVehicle(CarCallsign[carid], carid, -0.7, -1.9, -0.3); }