[Ajuda] Map icon em textdraw?
#1

Pessoal como colocar mapicon em textdraw?

Como faz ?

igual a do print do hamburger, a taзa e o Z

Reply
#2

https://sampwiki.blast.hk/wiki/TextDrawSetPreviewModel
Reply
#3

iPLEOMAX's TextDraw Editor (mais recomendado) ou Zamaroht's Textdraw Editor v1.0 Modified by MakuPL
Pra sabe usar eles й preciso do TXDworkshop
Reply
#4

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.
Reply
#5

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_
Reply
#6

Como eu acho os nomes? igual do haburger, da taзa e o do Z?
Reply
#7

Ah 2Є vez que estou errando hoje, realmente nao estou nos meus dias.

Desculpem ai.
Reply
#8

PHP код:
new Text:IconeFSS[3];
IconeFSS[0] = TextDrawCreate(500.000000160.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.00000010.000000);
TextDrawSetSelectable(IconeFSS[0], 0);
IconeFSS[1] = TextDrawCreate(500.000000125.000000"hud:radar_burgerShot");
TextDrawBackgroundColor(IconeFSS[1], 0);
TextDrawFont(IconeFSS[1], 4);
TextDrawLetterSize(IconeFSS[1], 0.5000001.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.00000012.000000);
TextDrawSetSelectable(IconeFSS[1], 0);
IconeFSS[2] = TextDrawCreate(500.000000142.000000"hud:radar_dateDrink");
TextDrawBackgroundColor(IconeFSS[2], 0);
TextDrawFont(IconeFSS[2], 4);
TextDrawLetterSize(IconeFSS[2], 0.5000001.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.00000012.000000);
TextDrawSetSelectable(IconeFSS[2], 0); 
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)