PlayerTextDrawSetPreviewModel problem.
#1

Hello everyone. I am trying to work on some textdraws for my server but I am having a weird issue that I can't seem to be able to fix. For some reason all the player models appear to be kind of inside out?
This is a screenshot that I took of the issue. It is a big dark but I hope you can see the problem:

This is my code
Код:
// Under OnPlayerConnect.
PStatTD[0] = CreatePlayerTextDraw(playerid, 441.250000, 141.750000, "Skin");
PlayerTextDrawTextSize(playerid, PStatTD[0], 121.875000, 184.916687);
PlayerTextDrawBackgroundColor(playerid, PStatTD[0], 0x00000055);
PlayerTextDrawFont(playerid, PStatTD[0], 5);
// When I actually need them to see it
PlayerTextDrawSetPreviewModel(playerid, PStatTD[0], PlayerVar[player][Skin]);
PlayerTextDrawShow(player, PStatTD[0]);
Notes:
It happens with every skin even the ones that are not modded.
I tried it with and without a background.
I tried it with many different angles.
Reply


Messages In This Thread
PlayerTextDrawSetPreviewModel problem. - by mirou123 - 21.03.2015, 22:08
Re: PlayerTextDrawSetPreviewModel problem. - by mirou123 - 23.03.2015, 00:35
Re: PlayerTextDrawSetPreviewModel problem. - by SickAttack - 23.03.2015, 06:00
Re: PlayerTextDrawSetPreviewModel problem. - by mirou123 - 23.03.2015, 10:29
Re: PlayerTextDrawSetPreviewModel problem. - by Jimmy0wns - 23.03.2015, 11:24
Re: PlayerTextDrawSetPreviewModel problem. - by mirou123 - 23.03.2015, 11:43

Forum Jump:


Users browsing this thread: 1 Guest(s)