SA-MP Forums Archive
TextDrawSetPreviewModel, custom object not work - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP DL Edition (https://sampforum.blast.hk/forumdisplay.php?fid=92)
+--- Forum: SA-MP 0.3.DL (https://sampforum.blast.hk/forumdisplay.php?fid=90)
+--- Thread: TextDrawSetPreviewModel, custom object not work (/showthread.php?tid=645281)



TextDrawSetPreviewModel, custom object not work - dannypanda05 - 24.11.2017

Hello everyone, I do not speak English, so excuse me, my problem is this:

I have created a custom object and it works fine, but when I put it with TextDrawSetPreviewModel (preview model) it does not work, it leaves a question mark, what did I do wrong?

Here an image: http://i1029.photobucket.com/albums/...g?t=1511453223


Re: TextDrawSetPreviewModel, custom object not work - dugi - 24.11.2017

You need to post your code, this is not enough information.

Custom models in TextDraw previews work for everyone so you must be doing something wrong.


Re: TextDrawSetPreviewModel, custom object not work - dannypanda05 - 26.11.2017

Quote:
Originally Posted by dugi
View Post
You need to post your code, this is not enough information.

Custom models in TextDraw previews work for everyone so you must be doing something wrong.
PHP Code:
AddSimpleModel(-119379, -20005"xdxdC.dff""xdxd.txd");
CreateObject(-20005,2480.4397000,1842.9093000,18.3282800,0.0000000,90.0000000,45.4932000); 
Show with TextDraw has been done in all possible ways: mSelection, PreviewModelDialog.inc or Zamaroht's TextDraw Editor, and none works, only in CreateObject.

You can download the files and try them, if they need something else, they tell me.