SA-MP Forums Archive
ConvertFFS - 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: ConvertFFS (/showthread.php?tid=399016)



ConvertFFS - Astralis - 12.12.2012

I get this always when I convert to F_Streamer (from CreateObject):

pawn Код:
F_CreateObject(11426,928.78906250,2367.48535156,13.69531441,89.24194336,0.00000000,268.24218750); //object(des_pueblo2) (1)
I need to get it like:

pawn Код:
F_CreateObject(18775, 437.83, 2551.23, 17.52,   4.00, 0.00, 0.00);
Some CreateObject line:

pawn Код:
CreateObject(11444,-25.15682983,2453.38500977,19.07908630,270.00000000,179.99450684,177.99499512); //object(des_pueblo2) (4)
How to get it like above?

pawn Код:
F_CreateObject(18775, 437.83, 2551.23, 17.52,   4.00, 0.00, 0.00);

The problem is that it does not appear ingame but works without errors (compiles).


Re: ConvertFFS - Lordzy - 12.12.2012

Which streamer are you using? And also, convertffs outputs codes wrongly at sometimes. Try using Delux Converter and try, I hope that works.


Re: ConvertFFS - Astralis - 12.12.2012

Quote:
Originally Posted by Lordz™
Посмотреть сообщение
Which streamer are you using? And also, convertffs outputs codes wrongly at sometimes. Try using Delux Converter and try, I hope that works.
Delux hasn't Fallout's Object Streamer.


Re: ConvertFFS - Lordzy - 12.12.2012

Oh, didn't know that. PM or VM "kc" about your problem. If it's a bug on convertffs, he'll fix it. Or try converting after some time.


Re: ConvertFFS - kc - 12.12.2012

I assume you are referring to the amount of precision behind the decimal point?

I can't really imagine why that would cause the objects to not display, but I have reduced it a bit anyway.