samp-incognito
samp-incognito
Have you tried making the object static (setting the streaming distance to `-1.0`)?
At one time, YSF did support `AttachPlayerObjectToPlayer` (at least I think so). Anyway, this isn't a native SA-MP provides, so this check is needed. The error message could be changed,...
It's possible, but I doubt it would look very good. There's no way to attach pickups or map icons natively, and there's also no way to set their positions, so...
This is probably related to #306. Try using [`Streamer_ToggleItemUpdate`](https://github.com/samp-incognito/samp-streamer-plugin/wiki/Natives-(Updates)#streamer_toggleitemupdateplayerid-type-toggle) when the NPC connects to the server. I suppose that should have been in the release notes.
Someone actually brought this up to me a long time ago, so I have known about this for a while. With features like per-player houses, placing numerous objects in the...
> So the minimum X, Y point is -3000, -3000 and the maximum is 3000, 3000 ? (I don't see where those points are set) This means that the points...
There are several different spatial indexing methods (quadtrees, octrees, R-trees, to name a few) that essentially partition space even further. This wouldn't likely be of any benefit to us, though,...
This should indeed be addressed, although 6e6a09a8eb3cf3195d552c2d52ac24e2a7024804 (#104) might help matters now as well.
It could be done pretty easily by maintaining an unordered map with the model ID as the key and the low detail model ID and draw distance as the value....
I guess this should be documented, but the way it works now is like this: * If -1 (or any value lower) is passed, all bits are turned on. *...