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


Messages In This Thread
Streamer doesn't create objects, pickups, texts - by czop1223 - 01.06.2017, 15:20
Re: Streamer doesn't create objects, pickups, texts - by JasonRiggs - 01.06.2017, 16:34

Forum Jump:


Users browsing this thread: 1 Guest(s)