Nistor Constantin-Flavius

Results 65 comments of Nistor Constantin-Flavius

Great. ------- By the way, for anyone who wants to run Streamer Plugin for now with their sampGDK gamemode, without having to manually edit the Streamer source to call any...

I thought again about the possibility to do this. It would take a lot to solve this and I'm kinda busy (also, now I'll need to make sure that CMake...

There are similar SA-MP bugs. Can you try and see if the same thing reproduces with AttachCameraToObject? If it won't reproduce anymore, could you try making the dynamic object static...

#50 I don't think that this is a good idea, as per-player gangzones are entirely made by another plugin. I think that we should have only SA:MP's types, without such...

It works fine for me. Worked fine in v2.8.2 and works fine in v2.9.2 too. Try using crashdetect to see if something weird appears ? Also, try to see if...

Well, I'm using that callback mainly to edit house items. I was using v2.8.2 for a long time and it was working fine every time (heavily used by players). I...

I know, but this would simplify our code. It could simply destroy and recreate if the difference between the new pos and old pos is over 5.0, it's pretty alright...

Yes, the virtual world parameters, but there's a problem: if an object is in many worlds, the memory would be increased a lot for just an object. I don't think...

@Crayder, those new features won't optimize the streaming speed. Every object will still be checked. --- @lleps, yeah, per virtual-world streaming would optimise the streaming speed a lot. In my...