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 #5

Closed negodev closed 2 years ago

negodev commented 2 years ago

The native PlayerTextDrawSetPos Function is unfortunately not working like the YSF plugin. Should I use YSF?

nexquery commented 2 years ago

This is your choice. If you are going to use the YSF plugin, you should consider that the identities will conflict. Also I don't know how PlayerTextDrawSetPos works in YSF plugin. If there's a video on how it works, I'd love to see it.

negodev commented 2 years ago

Yes. https://www.youtube.com/watch?v=-AhjrqL_G1c

It works more or less like this, it sets the box with transparency in new positions, without needing to recreate. Unfortunately YSF crashes the samp-server. I'm looking for a new plugin to replace YSF.

nexquery commented 2 years ago

I can add the feature you want when the YSF plugin is stable.