multitheftauto / amx

MTA AMX compatibility layer.
zlib License
31 stars 8 forks source link

Incognito's Streamer + 3D Text label logic #67

Open colistro123 opened 4 years ago

colistro123 commented 4 years ago

Since the streamer keeps creating textlabels after leaving the area and returning, the handles change and when those are sent to the client, labels on the client get replaced or overwritten since the handles (ids) on the client are out of sync with those on the server. So subsequently, this causes 3D text labels to disappear. Hopefully, this could be fixed by letting the client be aware of the label server handles in some way.