Player Textdraw
#1

Hello!
I want to insert a Model Textdraw on my Game Mode but I don't know how...
It should look like this:


But it looks like this:

So, I want to know how to insert that model there...

This is the code from ITD for it:

Quote:

//Player TextDraws:


new Text:TDEditor_PTD[MAX_PLAYERS][1];

TDEditor_PTD[playerid][0] = CreatePlayerTextDraw(playerid, 578.125000, 352.750061, "");
PlayerTextDrawLetterSize(playerid, TDEditor_PTD[playerid][0], 0.000000, 0.000000);
PlayerTextDrawTextSize(playerid, TDEditor_PTD[playerid][0], 90.000000, 90.000000);
PlayerTextDrawAlignment(playerid, TDEditor_PTD[playerid][0], 1);
PlayerTextDrawColor(playerid, TDEditor_PTD[playerid][0], -1);
PlayerTextDrawSetShadow(playerid, TDEditor_PTD[playerid][0], 0);
PlayerTextDrawSetOutline(playerid, TDEditor_PTD[playerid][0], 0);
PlayerTextDrawBackgroundColor(playerid, TDEditor_PTD[playerid][0], 0);
PlayerTextDrawFont(playerid, TDEditor_PTD[playerid][0], 5);
PlayerTextDrawSetProportional(playerid, TDEditor_PTD[playerid][0], 0);
PlayerTextDrawSetShadow(playerid, TDEditor_PTD[playerid][0], 0);
PlayerTextDrawSetPreviewModel(playerid, TDEditor_PTD[playerid][0], 292);
PlayerTextDrawSetPreviewRot(playerid, TDEditor_PTD[playerid][0], 0.000000, 0.000000, -25.000000, 1.000000);

Please help me! Thanks!
Reply


Messages In This Thread
Player Textdraw - by RiHn0 - 06.03.2016, 09:04
Re: Player Textdraw - by TheHonnor - 06.03.2016, 09:32
Re: Player Textdraw - by TitanZ - 06.03.2016, 09:33
Re: Player Textdraw - by RiHn0 - 06.03.2016, 10:19
Re: Player Textdraw - by TheHonnor - 06.03.2016, 10:26
Re: Player Textdraw - by RiHn0 - 06.03.2016, 10:28
Re: Player Textdraw - by TheHonnor - 06.03.2016, 10:33
Re: Player Textdraw - by RiHn0 - 06.03.2016, 10:36
Re: Player Textdraw - by RiHn0 - 06.03.2016, 11:54
Re: Player Textdraw - by RiHn0 - 06.03.2016, 13:35

Forum Jump:


Users browsing this thread: 1 Guest(s)