Map icon em textdraw? -
PetterAdriano - 18.02.2015
Pessoal como colocar mapicon em textdraw?
Como faz ?
igual a do print do hamburger, a taзa e o Z
Re: Map icon em textdraw? -
PT - 18.02.2015
https://sampwiki.blast.hk/wiki/TextDrawSetPreviewModel
Re: Map icon em textdraw? -
Yerdlaw - 18.02.2015
iPLEOMAX's TextDraw Editor (mais recomendado) ou
Zamaroht's Textdraw Editor v1.0 Modified by MakuPL
Pra sabe usar eles й preciso do
TXDworkshop
Re: Map icon em textdraw? -
riajedA - 18.02.2015
Quote:
Originally Posted by PT
|
Nгo й necessбrio usar Preview Model jб que se trata de map_icon.
Basta utilizar a font nъmero 4 e usar o prefixo do local onde esta a imagem que vocк quer e usar box para poder ajustar, um exemplo do sanduнche.
PHP код:
hud:radar_burguerShot
Sу lembrando vocк pode utilizar o TXD WorkShop ou simplismente algum programa que abra arquivos txds.
Re: Map icon em textdraw? -
n0minal - 18.02.2015
Quote:
Originally Posted by PT
|
Sprites nгo sгo preview models, sгo imagens de dentro das txds da pasta do gta como o amigo citou acima...
Para ver todos os sprites recomendo:
Sprite browser by Lorenc_
Re: Map icon em textdraw? -
PetterAdriano - 18.02.2015
Como eu acho os nomes? igual do haburger, da taзa e o do Z?
Re: Map icon em textdraw? -
PT - 18.02.2015
Ah 2Є vez que estou errando hoje, realmente nao estou nos meus dias.
Desculpem ai.
Respuesta: Map icon em textdraw? -
ipsLuan - 19.02.2015
PHP код:
new Text:IconeFSS[3];
IconeFSS[0] = TextDrawCreate(500.000000, 160.000000, "hud:radar_ZERO");
TextDrawBackgroundColor(IconeFSS[0], 0);
TextDrawFont(IconeFSS[0], 4);
TextDrawLetterSize(IconeFSS[0], -0.049999, -4.000000);
TextDrawColor(IconeFSS[0], -1);
TextDrawSetOutline(IconeFSS[0], 0);
TextDrawSetProportional(IconeFSS[0], 1);
TextDrawSetShadow(IconeFSS[0], 1);
TextDrawUseBox(IconeFSS[0], 1);
TextDrawBoxColor(IconeFSS[0], 255);
TextDrawTextSize(IconeFSS[0], 12.000000, 10.000000);
TextDrawSetSelectable(IconeFSS[0], 0);
IconeFSS[1] = TextDrawCreate(500.000000, 125.000000, "hud:radar_burgerShot");
TextDrawBackgroundColor(IconeFSS[1], 0);
TextDrawFont(IconeFSS[1], 4);
TextDrawLetterSize(IconeFSS[1], 0.500000, 1.000000);
TextDrawColor(IconeFSS[1], -1);
TextDrawSetOutline(IconeFSS[1], 0);
TextDrawSetProportional(IconeFSS[1], 1);
TextDrawSetShadow(IconeFSS[1], 1);
TextDrawUseBox(IconeFSS[1], 1);
TextDrawBoxColor(IconeFSS[1], 255);
TextDrawTextSize(IconeFSS[1], 13.000000, 12.000000);
TextDrawSetSelectable(IconeFSS[1], 0);
IconeFSS[2] = TextDrawCreate(500.000000, 142.000000, "hud:radar_dateDrink");
TextDrawBackgroundColor(IconeFSS[2], 0);
TextDrawFont(IconeFSS[2], 4);
TextDrawLetterSize(IconeFSS[2], 0.500000, 1.000000);
TextDrawColor(IconeFSS[2], -1);
TextDrawSetOutline(IconeFSS[2], 0);
TextDrawSetProportional(IconeFSS[2], 1);
TextDrawSetShadow(IconeFSS[2], 1);
TextDrawUseBox(IconeFSS[2], 1);
TextDrawBoxColor(IconeFSS[2], 255);
TextdrawTextSize(IconeFSS[2], 13.000000, 12.000000);
TextDrawSetSelectable(IconeFSS[2], 0);