Update3DTextLabelText ES

From SA-MP Wiki

Jump to: navigation, search



Update3DTextLabelText ES was added in SA-MP 0.3a ¡Este/a función fue agregado/a en SA-MP 0.3a y no funcionará en versiones anteriores!


Description:

Actualizacion de texto y color de un 3DTextLabel.


Parámetros:
(Text3D:id, color, text[])
Text3D:idLa ID del 3DTextLabel a actualizar.
colorEl nuevo color del 3DTextLabel.
textEl nuevo texto del 3DTextLabel.


RetornoEsta función no retorna un valor específico


Image:32px-Circle-style-warning.png

Nota
Importante

Si el 'text[]' está vacio, el servidor/cliente crashearán

Ejemplo:

public OnGameModeInit()
{
    new Text3D:mylabel;
    mylabel = Create3DTextLabel("Estoy en las coordenadas:\n30.0,40.0,50.0",0x008080FF,30.0,40.0,50.0,40.0,0); // Primero se creará ese 3DLabelText
    Update3DTextLabelText(mylabel, 0xFFFFFFFF, "New text."); // Y depués se actualizará el color y el texto
    return 1;
}

Funciones relacionadas

Las siguientes funciones pueden ser útiles, ya que éstas están relacionadas con esta función de alguna u otra manera.

Personal tools
Navigation
Toolbox