textItemSetPriority | Multi Theft Auto: Wiki Skip to content

textItemSetPriority

Client-side
Server-side
Shared

This page is incomplete! Help wanted!

Please finish this page using the corresponding Old Wiki article.
Go to Contribution guidelines for more information.


This function sets the priority for a text item. Priority is the importance of sending updated text to the client. The system is implemented as 3 queues, with the high queue being emptied before the medium queue is processed, and with one update sent per server frame. Hence, if you set all your text items to medium priority it has the same effect as if you set them all to high or low.

Syntax

textItemSetPriority ( )

Code Examples

server

This page does not have an example

--add an example here