21.03.2015, 22:08
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
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.
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]);
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.