SA-MP Forums Archive
size of textdraw - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: size of textdraw (/showthread.php?tid=594097)



size of textdraw - Tony$$ - 13.11.2015

Does anyone know how i can change the size of the skin textdraw?

Here is the codes.


Код:
	PlayerData[playerid][pTextdraws][83] = CreatePlayerTextDraw(playerid, 200.000000, 173.000000, "skin");
	PlayerTextDrawBackgroundColor(playerid, PlayerData[playerid][pTextdraws][83], 0);
	PlayerTextDrawFont(playerid, PlayerData[playerid][pTextdraws][83], 5);
	PlayerTextDrawLetterSize(playerid, PlayerData[playerid][pTextdraws][83], 0.619999, 1.400000);
	PlayerTextDrawColor(playerid, PlayerData[playerid][pTextdraws][83], -1);
	PlayerTextDrawSetOutline(playerid, PlayerData[playerid][pTextdraws][83], 1);
	PlayerTextDrawSetProportional(playerid, PlayerData[playerid][pTextdraws][83], 1);
	PlayerTextDrawUseBox(playerid, PlayerData[playerid][pTextdraws][83], 1);
	PlayerTextDrawBoxColor(playerid, PlayerData[playerid][pTextdraws][83], 0);
	PlayerTextDrawTextSize(playerid, PlayerData[playerid][pTextdraws][83], 59.000000, 59.000000);
	PlayerTextDrawSetSelectable(playerid, PlayerData[playerid][pTextdraws][83], 1);
	
	PlayerData[playerid][pTextdraws][84] = CreatePlayerTextDraw(playerid, 233.000000, 173.000000, "skin");
	PlayerTextDrawBackgroundColor(playerid, PlayerData[playerid][pTextdraws][84], 0);
	PlayerTextDrawFont(playerid, PlayerData[playerid][pTextdraws][84], 5);
	PlayerTextDrawLetterSize(playerid, PlayerData[playerid][pTextdraws][84], 0.619999, 1.400000);
	PlayerTextDrawColor(playerid, PlayerData[playerid][pTextdraws][84], -1);
	PlayerTextDrawSetOutline(playerid, PlayerData[playerid][pTextdraws][84], 1);
	PlayerTextDrawSetProportional(playerid, PlayerData[playerid][pTextdraws][84], 1);
	PlayerTextDrawUseBox(playerid, PlayerData[playerid][pTextdraws][84], 1);
	PlayerTextDrawBoxColor(playerid, PlayerData[playerid][pTextdraws][84], 0);
	PlayerTextDrawTextSize(playerid, PlayerData[playerid][pTextdraws][84], 59.000000, 59.000000);
	PlayerTextDrawSetSelectable(playerid, PlayerData[playerid][pTextdraws][84], 1);
	
	PlayerData[playerid][pTextdraws][85] = CreatePlayerTextDraw(playerid, 266.000000, 173.000000, "skin");
	PlayerTextDrawBackgroundColor(playerid, PlayerData[playerid][pTextdraws][85], 0);
	PlayerTextDrawFont(playerid, PlayerData[playerid][pTextdraws][85], 5);
	PlayerTextDrawLetterSize(playerid, PlayerData[playerid][pTextdraws][85], 0.619999, 1.400000);
	PlayerTextDrawColor(playerid, PlayerData[playerid][pTextdraws][85], -1);
	PlayerTextDrawSetOutline(playerid, PlayerData[playerid][pTextdraws][85], 1);
	PlayerTextDrawSetProportional(playerid, PlayerData[playerid][pTextdraws][85], 1);
	PlayerTextDrawUseBox(playerid, PlayerData[playerid][pTextdraws][85], 1);
	PlayerTextDrawBoxColor(playerid, PlayerData[playerid][pTextdraws][85], 0);
	PlayerTextDrawTextSize(playerid, PlayerData[playerid][pTextdraws][85], 59.000000, 59.000000);
	PlayerTextDrawSetSelectable(playerid, PlayerData[playerid][pTextdraws][85], 1);
I like the skin above the Character names


Re: size of textdraw - Tony$$ - 13.11.2015

anyone??


Re: size of textdraw - Tony$$ - 14.11.2015

anyone?


Re: size of textdraw - N0FeaR - 14.11.2015

this might help u https://sampforum.blast.hk/showthread.php?tid=406833


Re: size of textdraw - Wizzy951 - 14.11.2015

Why don't you create these textdraws using either Zamaroht's textdraw editor or the one created by iPLEOMAX ?


Re: size of textdraw - N0FeaR - 14.11.2015

Quote:
Originally Posted by Wizzy951
Посмотреть сообщение
Why don't you create these textdraws using either Zamaroht's textdraw editor or the one created by iPLEOMAX ?
That was i sended him Zamaroht TextDraw Editor


Re: size of textdraw - Tony$$ - 14.11.2015

Because im using a function. The skin is connected with the characters skin