16.08.2011, 17:04
(
Последний раз редактировалось ViniBorn; 16.08.2011 в 18:44.
)
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);