11.01.2014, 06:44
Estou criando uma gamemode de SA-MP DayZ, e estava fazendo uns huds e nгo consegui tirar o fundo preto do model preview, eu baixei esse editor de textdraw in-game: https://sampforum.blast.hk/showthread.php?tid=406833 sу que nгo curti muito ele, entгo se alguem souber como que tira a box preta me ajuda ai, vou deixar um cуdigo de um dos textdraw com o model preview ai, se alguem ai tambйm conhecer um outro editor de textdraw in-game com essa nova funзгo de colocar objetos do jogo skins/armas como textdraw manda ae =]
http://imgur.com/xY92ppR
http://imgur.com/xY92ppR
Code:
td3 = TextDrawCreate(589.000000, 266.000000, "New Textdraw"); TextDrawBackgroundColor(td3, 255); TextDrawFont(td3, 5); TextDrawLetterSize(td3, 0.150000, 0.799999); TextDrawColor(td3, -1); TextDrawSetOutline(td3, 0); TextDrawSetProportional(td3, 1); TextDrawSetShadow(td3, 1); TextDrawUseBox(td3, 1); TextDrawBoxColor(td3, 255); TextDrawTextSize(td3, 41.000000, 45.000000); TextDrawSetPreviewModel(td3, 1254); TextDrawSetPreviewRot(td3, 10.000000, 0.000000, 10.000000, 1.000000); TextDrawSetSelectable(td3, 0);