DeletePlayer3DTextLabel ES

From SA-MP Wiki

Jump to: navigation, search



DeletePlayer3DTextLabel 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:

Destruye un Player3DTextLabel.


Parámetros:
(playerid, PlayerText3D:id)
playeridLa ID del jugador.
PlayerText3D:idLa ID del PlayerText3D que será destruido.


Return Values:

1 si se ha destruido, 0 si no se ha destruido.


new PlayerText3D:myPlayer3DLabelText[MAX_PLAYERS];//--En algun lugar creamos el textraw y lo asignamos a este array
 
//En otra parte de nuestro script, lo eliminamos:
DeletePlayer3DTextLabel(playerid, myPlayer3DLabelText[playerid]);

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