Update3DTextLabelText
From SA-MP Wiki
Update3DTextLabelText
Warning: This is a new function working since SA-MP 0.3. It won't work in previous versions.
Changes a 3D Text Label
.
Parameters:(Text3D:id, color, text[])
| Text3D:id | The 3D Text Label you want to update. |
| color | The 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.
- Create3DTextLabel: Creates a 3D Text Label.
- Delete3DTextLabel: Destroys a specific 3D Text Label.
- Attach3DTextLabelToPlayer: Attaches a 3D Text Label to a specific player.
- Attach3DTextLabelToVehicle: Attaches a 3D Text Label to a specifig vehicle.
- CreatePlayer3DTextLabel: Creates a 3D Text Label for a specific player.
- DeletePlayer3DTextLabel: Destroys a 3D Text Label for a specific player.
- UpdatePlayer3DTextLabelText: Changes a 3D Text Label for a specific player.
