A problem. - 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: A problem. (
/showthread.php?tid=656290)
A problem. -
3417512908 - 12.07.2018
Right.If I want to install a map mod.I have some files:
Code:
akina.txd
akina1.dff
akina2.dff
akina3.dff
akina4.dff
akina5.dff
I can`t use AddSimpleModel to add model.They all use same txd file!(akina.txd)
Re: A problem. -
Gr00t - 12.07.2018
Why you cant?
Code:
AddSimpleModel(virtualworld, baseid, newid, "akina1.dff", "akina.txd");
AddSimpleModel(virtualworld, baseid, newid, "akina2.dff", "akina.txd");
AddSimpleModel(virtualworld, baseid, newid, "akina3.dff", "akina.txd");
AddSimpleModel(virtualworld, baseid, newid, "akina4.dff", "akina.txd");
AddSimpleModel(virtualworld, baseid, newid, "akina5.dff", "akina.txd");
Re: A problem. -
XDamienX007 - 12.07.2018
I think he wants to use different .txd file.
But first, he must have many .txd files
Re: A problem. -
Yaozu - 12.07.2018
Models can use the same .txd , it's just tidier to have one .txd for an interior with multiple objects in it for example.
Re: A problem. -
Ivory - 20.07.2018
I do not have this problem, it works without problems with 1 TXD for several DFF.