[Pedido] 3D TextLabel no Veнculo
#6

stock OcultarDonoDoVeiculo(playerid)
{
Update3DTextLabelText(TextoVeiculo[playerid],0xFF8408FF," ");
return 1;
}

new Text3D:TextoVeiculo[MAX_PLAYERS];

public OnPlayerConnect(playerid)
}
TextoVeiculo[playerid] = Create3DTextLabel(" ",0xFF8408FF,0,0,0,20,0,0);

//apagar 3d Text's
if(TextoVeiculo[playerid] != Primeiro3DTXT) Delete3DTextLabel(TextoVeiculo[playerid]);
Reply


Messages In This Thread
3D TextLabel no Veнculo - by Spectral - 06.08.2014, 15:40
Re: 3D TextLabel no Veнculo - by zqkRazer - 06.08.2014, 15:45
Re: 3D TextLabel no Veнculo - by Spectral - 06.08.2014, 15:48
Re: 3D TextLabel no Veнculo - by zqkRazer - 06.08.2014, 16:00
Re: 3D TextLabel no Veнculo - by Spectral - 06.08.2014, 16:06
Re: 3D TextLabel no Veнculo - by zqkRazer - 06.08.2014, 17:27
Re: 3D TextLabel no Veнculo - by Spectral - 06.08.2014, 23:04

Forum Jump:


Users browsing this thread: 1 Guest(s)