[Ajuda] Erro TextDraw
#5

Quote:
Originally Posted by F1N4L
Посмотреть сообщение
Vocк mandou do Piloto[1], mesmo assim, quero ver TODAS!
Vocк definiu no topo: new Text:Piloto[8];
Okay

PHP код:
Piloto[0][playerid] = CreatePlayerTextDraw(playerid410.000122124.699951"usebox");
PlayerTextDrawLetterSize(playeridPiloto[0][playerid], 0.00000027.635925);
PlayerTextDrawTextSize(playeridPiloto[0][playerid], 216.4000090.000000);
PlayerTextDrawAlignment(playeridPiloto[0][playerid], 1);
PlayerTextDrawColor(playeridPiloto[0][playerid], 0);
PlayerTextDrawUseBox(playeridPiloto[0][playerid], true);
PlayerTextDrawBoxColor(playeridPiloto[0][playerid], -1);
PlayerTextDrawSetShadow(playeridPiloto[0][playerid], 0);
PlayerTextDrawSetOutline(playeridPiloto[0][playerid], 0);
PlayerTextDrawFont(playeridPiloto[0][playerid], 0);
Piloto[1][playerid] = CreatePlayerTextDraw(playerid230.400009132.906570"LD_SPAC:white");
PlayerTextDrawLetterSize(playeridPiloto[1][playerid], 0.0000000.000000);
PlayerTextDrawTextSize(playeridPiloto[1][playerid], 167.999984232.959991);
PlayerTextDrawAlignment(playeridPiloto[1][playerid], 1);
PlayerTextDrawColor(playeridPiloto[1][playerid], 255);
PlayerTextDrawSetShadow(playeridPiloto[1][playerid], 0);
PlayerTextDrawSetOutline(playeridPiloto[1][playerid], 0);
PlayerTextDrawBackgroundColor(playeridPiloto[1][playerid], -16776961);
PlayerTextDrawFont(playeridPiloto[1][playerid], 4);
Piloto[2][playerid] = CreatePlayerTextDraw(playerid244.800079122.453262"Rotas Disponiveis");
PlayerTextDrawLetterSize(playeridPiloto[2][playerid], 0.4499991.600000);
PlayerTextDrawAlignment(playeridPiloto[2][playerid], 1);
PlayerTextDrawColor(playeridPiloto[2][playerid], -1);
PlayerTextDrawSetShadow(playeridPiloto[2][playerid], 0);
PlayerTextDrawSetOutline(playeridPiloto[2][playerid], 1);
PlayerTextDrawBackgroundColor(playeridPiloto[2][playerid], 51);
PlayerTextDrawFont(playeridPiloto[2][playerid], 3);
PlayerTextDrawSetProportional(playeridPiloto[2][playerid], 1);
Piloto[3][playerid] = CreatePlayerTextDraw(playerid264.799774148.586654"LOS SANTOS");
PlayerTextDrawLetterSize(playeridPiloto[3][playerid], 0.4499991.600000);
PlayerTextDrawAlignment(playeridPiloto[3][playerid], 1);
PlayerTextDrawColor(playeridPiloto[3][playerid], -1);
PlayerTextDrawSetShadow(playeridPiloto[3][playerid], 0);
PlayerTextDrawSetOutline(playeridPiloto[3][playerid], 0);
PlayerTextDrawBackgroundColor(playeridPiloto[3][playerid], 51);
PlayerTextDrawFont(playeridPiloto[3][playerid], 1);
PlayerTextDrawSetProportional(playeridPiloto[3][playerid], 1);
PlayerTextDrawSetSelectable(playeridPiloto[3][playerid], true);
Piloto[4][playerid] = CreatePlayerTextDraw(playerid264.799865190.399993"SAN FIERRO");
PlayerTextDrawLetterSize(playeridPiloto[4][playerid], 0.4499991.600000);
PlayerTextDrawAlignment(playeridPiloto[4][playerid], 1);
PlayerTextDrawColor(playeridPiloto[4][playerid], -1);
PlayerTextDrawSetShadow(playeridPiloto[4][playerid], 0);
PlayerTextDrawSetOutline(playeridPiloto[4][playerid], 2);
PlayerTextDrawBackgroundColor(playeridPiloto[4][playerid], 51);
PlayerTextDrawFont(playeridPiloto[4][playerid], 1);
PlayerTextDrawSetProportional(playeridPiloto[4][playerid], 1);
PlayerTextDrawSetSelectable(playeridPiloto[4][playerid], true);
Piloto[5][playerid] = CreatePlayerTextDraw(playerid258.400146235.946578"LAS VENTURAS");
PlayerTextDrawLetterSize(playeridPiloto[5][playerid], 0.4499991.600000);
PlayerTextDrawAlignment(playeridPiloto[5][playerid], 1);
PlayerTextDrawColor(playeridPiloto[5][playerid], -1);
PlayerTextDrawSetShadow(playeridPiloto[5][playerid], 0);
PlayerTextDrawSetOutline(playeridPiloto[5][playerid], 1);
PlayerTextDrawBackgroundColor(playeridPiloto[5][playerid], 51);
PlayerTextDrawFont(playeridPiloto[5][playerid], 1);
PlayerTextDrawSetProportional(playeridPiloto[5][playerid], 1);
PlayerTextDrawSetSelectable(playeridPiloto[5][playerid], true);
Piloto[6][playerid] = CreatePlayerTextDraw(playerid236.800125276.266632"AERO ABANDONADO");
PlayerTextDrawLetterSize(playeridPiloto[6][playerid], 0.4499991.600000);
PlayerTextDrawAlignment(playeridPiloto[6][playerid], 1);
PlayerTextDrawColor(playeridPiloto[6][playerid], -1);
PlayerTextDrawSetShadow(playeridPiloto[6][playerid], 0);
PlayerTextDrawSetOutline(playeridPiloto[6][playerid], 1);
PlayerTextDrawBackgroundColor(playeridPiloto[6][playerid], 51);
PlayerTextDrawFont(playeridPiloto[6][playerid], 1);
PlayerTextDrawSetProportional(playeridPiloto[6][playerid], 1);
PlayerTextDrawSetSelectable(playeridPiloto[6][playerid], true);
Piloto[7][playerid] = CreatePlayerTextDraw(playerid294.400054336.746704"SAIR");
PlayerTextDrawLetterSize(playeridPiloto[7][playerid], 0.4499991.600000);
PlayerTextDrawAlignment(playeridPiloto[7][playerid], 1);
PlayerTextDrawColor(playeridPiloto[7][playerid], -1);
PlayerTextDrawSetShadow(playeridPiloto[7][playerid], 0);
PlayerTextDrawSetOutline(playeridPiloto[7][playerid], 1);
PlayerTextDrawBackgroundColor(playeridPiloto[7][playerid], 51);
PlayerTextDrawFont(playeridPiloto[7][playerid], 1);
PlayerTextDrawSetProportional(playeridPiloto[7][playerid], 1);
PlayerTextDrawSetSelectable(playeridPiloto[7][playerid], true); 
Reply


Messages In This Thread
Erro TextDraw - by iWiNeR - 13.12.2015, 19:12
Re: Erro TextDraw - by F1N4L - 13.12.2015, 20:20
Re: Erro TextDraw - by iWiNeR - 13.12.2015, 20:25
Re: Erro TextDraw - by F1N4L - 13.12.2015, 20:48
Re: Erro TextDraw - by iWiNeR - 13.12.2015, 20:50
Re: Erro TextDraw - by F1N4L - 13.12.2015, 20:53
Re: Erro TextDraw - by iWiNeR - 13.12.2015, 20:55
Re: Erro TextDraw - by F1N4L - 13.12.2015, 20:56
Re: Erro TextDraw - by iWiNeR - 13.12.2015, 20:58
Re: Erro TextDraw - by F1N4L - 13.12.2015, 21:17

Forum Jump:


Users browsing this thread: 1 Guest(s)