Create3DTextLabel ES

From SA-MP Wiki

Jump to: navigation, search



Create3DTextLabel 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!


Descripción:

Crea un 3DTextLabelText para todos los jugadores.


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

Nota
Importante

La diferencia entre Player3DTextLabel y 3DTextLabel, es que 3DTextLabel se creará para todos los jugadores, y Player3DTextLabel se creará para un jugador específico


Parámetros:
(text[], color, Float:X, Float:Y, Float:Z, Float:DrawDistance, virtualworld, testLOS)
text[]El texto del 3DTextLabel
colorEl color del texto
Float:XLa coordenada del 3DTextLabel X
Float:YLa coordenada del 3DTextLabel Y
Float:ZLa coordenada del 3DTextLabel Z
Float:DrawDistanceLa distancia en la que los jugadores podrán ver el 3DLabelText
virtualworldEl virtualworld donde se creará y se podrá ver el 3DTextLabel
testLOSSi lo activa el texto no se podrá ver a través de las paredes


Return Values:

La ID del 3DTextLabel.


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

Nota
Importante

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


public OnGameModeInit()
{
    Create3DTextLabel("I'm at the coordinates:\n30.0, 40.0, 50.0", 0x008080FF, 30.0, 40.0, 50.0, 40.0, 0, 0);
    return 1;
}
Image:32px-Ambox_warning_orange.png

Nota

Utilice los colores embebidos para múltiples colores en el texto.


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