is it possible to update textdraw preview model based on which skin player picks ?
current code i have:
However it doesn't update the textdraw.
current code i have:
Code:
if(response)
{
TextDrawSetPreviewModel(Textdraw[50],modelid);
SetPVarInt(playerid,"skin",modelid);
}