UpdatePlayer3DTextLabelText

From SA-MP Wiki

Jump to: navigation, search

UpdatePlayer3DTextLabelText


Warning: This is a new function working since SA-MP 0.3. It won't work in previous versions.


Updates Player 3D Text Label text and color

.

Parameters:
(playerid, PlayerText3D:id, color, text[])
playeridThe player for which the 3D Text Label was created.
PlayerText3D:idThe 3D Text Label you want to update.
colorThe color the 3D Text Label should have from now on.
text[]The new text which the 3D Text Label should have from now on.


Related Functions

The following functions might be useful as well, as they're related to this function in one way or another.