PlayerTextDrawSetPreviewModel
#1

How to set ALL skins visible using this?

Код:
public OnPlayerConnect(playerid)
{
	textdraw = CreatePlayerTextDraw(playerid, 320.0, 240.0, "_");
	PlayerTextDrawFont(playerid, textdraw, TEXT_DRAW_FONT_MODEL_PREVIEW);
	PlayerTextDrawUseBox(playerid, textdraw, 1);
	PlayerTextDrawBoxColor(playerid, textdraw, 0x000000FF);
	PlayerTextDrawTextSize(playerid, textdraw, 40.0, 40.0);
	PlayerTextDrawSetPreviewModel(playerid, textdraw, 0);
        PlayerTextDrawShow(playerid, textdraw);
        return 1;
}
This for example shows only skin ID:0
Reply
#2

https://sampforum.blast.hk/showthread.php?tid=406833
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)