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

Is it bypass sprite limits? #34

Closed NafizRohan closed 2 months ago

NafizRohan commented 2 months ago

Do your plugin bypass sprite limits? In my case maybe not. How can I fix it?

image

nexquery commented 2 months ago

Sprite limit must be exceeded by the client. It cannot be exceeded by the server. You can show a maximum of 100 sprites.

NafizRohan commented 2 months ago

Thanks