nexquery / samp-textdraw-streamer

A simple plugin for sa-mp and open.mp to break the limits of textdrawings.
Apache License 2.0
33 stars 5 forks source link

PlayerTextDrawSetPos, PlayerTextDrawSetPreviewRot #15

Closed nazpol9 closed 6 months ago

nazpol9 commented 9 months ago

Hi,

I created a playertextdraw. When I want to change its position, PlayerTextDrawSetPos randomly adds one or two coordinates (for example, I specify X 510, and the textdraw moves to X 511).

PlayerTextDrawSetPreviewRot does not change textdraw rotation at all.

The condition to use TEXT_DRAW_FONT_MODEL_PREVIEW is met.

I suspected it was omp-server not working correctly with texdraws, but when I disabled the plugin I saw that everything was OK.

Plugin version 2.0.3. Testing on omp-server (windows).

nexquery commented 9 months ago

Are you sure you are using the DynamicPlayerTextDrawSetPos function?

Can I also see your code?

nexquery commented 6 months ago

Closed for long periods of non-response.