Quantcast
Channel: SA-MP Forums
Viewing all articles
Browse latest Browse all 18226

Streamer doesn't create objects, pickups, texts

$
0
0
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.

Viewing all articles
Browse latest Browse all 18226

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>