SA-MP Forums Archive
Streamer doesn't create objects, pickups, texts - 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: Streamer doesn't create objects, pickups, texts (/showthread.php?tid=635111)



Streamer doesn't create objects, pickups, texts - czop1223 - 01.06.2017

Hello, I've got a problem. So I'm fetching objects from the DB

CreateDynamicObject(model, cache_get_row_float(row, 8 ), cache_get_row_float(row, 9), cache_get_row_float(row, 10), cache_get_row_float(row, 11), cache_get_row_float(row, 12), cache_get_row_float(row, 13), -1, -1, -1, 200.0);


It does not work, object isn't showing.

Then I do it using normal CreateObject

CreateObject(model, cache_get_row_float(row, 8 ), cache_get_row_float(row, 9), cache_get_row_float(row, 10), cache_get_row_float(row, 11), cache_get_row_float(row, 12), cache_get_row_float(row, 13), 200);


And outta nowhere, the object is present. What could be the issue? I've got the most recent Streamer plugin.

EXACT same thing happens when I try using dynamic 3d texts opposed to normal 3d texts, and the same goes for pickup, map icons and basically everything else.


Re: Streamer doesn't create objects, pickups, texts - JasonRiggs - 01.06.2017

I don't think that you have the most recent Streamer plugin and include, as the most recent streamer(plugin and include) shows the Dynamic objects only, not the normal, same to 3d and pickups and etc..