[Ajuda] Label nos carros
#5

Quote:
Originally Posted by Link_
Посмотреть сообщение
mas se o carro e criado pelo veiculo mano '-'
Hein?

pawn Код:
new Text3D:Texto,string[64],nome[MAX_PLAYER_NAME],Veiculocriado[MAX_PLAYERS];

GetPlayerName(playerid, nome, sizeof(nome));
Veiculocriado[playerid] = CreateVehicle( 510, 0.0. 0.0, 15.0, 5, 0, 120 );
format(string,64,"Veiculo criado por %s id %d",nome,Veiculocriado[playerid])
Texto = Create3DTextLabel( string, 0xFF0000AA, 0.0, 0.0, 0.0, 50.0, 0, 1 );
Attach3DTextLabelToVehicle( Texto, Veiculocriado[playerid], 0.0, 0.0, 2.0);
Reply


Messages In This Thread
[Ajuda] Label nos carros - by Link_ - 16.08.2011, 15:54
Re: Label nos carros - by RockFire - 16.08.2011, 15:58
Re: Label nos carros - by Link_ - 16.08.2011, 16:57
Re: Label nos carros - by RockFire - 16.08.2011, 17:00
Re: Label nos carros - by ViniBorn - 16.08.2011, 17:04
Re: Label nos carros - by Link_ - 16.08.2011, 18:04
Re: Label nos carros - by Leo_Lost - 16.08.2011, 18:51
Re: Label nos carros - by Link_ - 16.08.2011, 19:37
Re: Label nos carros - by Link_ - 25.09.2011, 20:18
Re: Label nos carros - by Bruno Pereira - 25.09.2011, 20:25

Forum Jump:


Users browsing this thread: 1 Guest(s)