Textdraw preview model
#1

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

Textdraw has to be re-shown for the changes to be visible. The only exception is TextDrawSetString.
Reply
#3

oh hide and show again, um just a question which is related to textdraws also currently i'm not on computer but if I change TextDrawSetSelectable to false aka not clickable via command for example will this make textdraw non clickable? and I can change it with another command and toggle it back on? does that work like that?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)