Help with dialogues.inc - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Help with dialogues.inc (
/showthread.php?tid=644696)
Help with dialogues.inc -
grymtn - 12.11.2017
Hello all I am trying to use this include for my vehicles. They work perfectly except one thing. I dont know how to rotate a model because all i see is fron of thecar from far..
I know there is a function like:
Код:
Dialog_SetListitemPreviewRot(playerid, listitem, Float:rx, Float:ry, Float:rz, Float:zoom, materialcolor1, materialcolor2);
But I dont know where and how to use it. If theres someone that knows and cen help, I will be grateful.
Dialog style for the dialog im using is:
Код:
DIALOG_STYLE_PREVMODEL
Any idea is appreciated
Re: Help with dialogues.inc -
DonaldDuck - 12.11.2017
try this
https://sampforum.blast.hk/showthread.php?tid=416138 or use
https://sampforum.blast.hk/showthread.php?tid=282801
Re: Help with dialogues.inc -
grymtn - 12.11.2017
I am not trying to edit an object that is attached to me. Im trying to edit dialog that shows me a model in textdraws, and i am looking for how to use that function kind of. Thanks for your answer tho. I already have that map editor.
Main post updated.