CreateDynamicObject Help - 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: CreateDynamicObject Help (
/showthread.php?tid=331120)
CreateDynamicObject Help -
Infinity90 - 03.04.2012
Okay, I put CreateDynamicObject Instead of CreateObject. I Used #include <streamer> and when I use CreateDynamicObject, the objects don't load. But when I use just CreateObject, the objects load, any help / suggestions?
Re: CreateDynamicObject Help -
dannyk0ed - 03.04.2012
Just Use CreateObject
Re: CreateDynamicObject Help -
blank. - 03.04.2012
Show us your code.
Re: CreateDynamicObject Help -
Infinity90 - 03.04.2012
When I Use CreateObject, the objects are transparent so i can see through them.
Код:
CreateDynamicObject(8150, 2214.76953125, 604.06646728516, 12.921339988708, 0.000000, 0.000000, 359.09558105469);
Respuesta: CreateDynamicObject Help -
Marricio - 03.04.2012
Do you have the latest version of your streamer?
Re: CreateDynamicObject Help -
Infinity90 - 03.04.2012
Yes, I do
Re: CreateDynamicObject Help -
Infinity90 - 03.04.2012
I Fixed it lol I needed to put it in a FilterScript :/ idk why it would work haha