Hello, I want to get the position above actor's head so I do this
new float:labelZ = ActorZ + 0.2000;
(ActorZ is 100 % correct because actor is spawned based on this variable)
when I do:
printf("Label: %f %f %f", ActorX, ActorY, labelZ);
the last value is NaN and the label is not displayed. Why could it be like that?
new float:labelZ = ActorZ + 0.2000;
(ActorZ is 100 % correct because actor is spawned based on this variable)
when I do:
printf("Label: %f %f %f", ActorX, ActorY, labelZ);
the last value is NaN and the label is not displayed. Why could it be like that?