Streamer doesn't create objects, pickups, texts
#1

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.
Reply
#2

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..
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)