samp-incognito

Results 38 comments of samp-incognito

Could you also replace the build status badges in README.md with this one? ``` [![Build Status](https://github.com/samp-incognito/samp-streamer-plugin/actions/workflows/build.yml/badge.svg)](https://github.com/samp-incognito/samp-streamer-plugin/actions/workflows/build.yml) ``` [![Build Status](https://github.com/samp-incognito/samp-streamer-plugin/actions/workflows/build.yml/badge.svg)](https://github.com/samp-incognito/samp-streamer-plugin/actions/workflows/build.yml)

Yes, ziggi's changes were meant to address the problems with actors and pickups in #316, but apparently setting the virtual world to `-1` no longer works, if I'm understanding this...

Can you reproduce that in an empty script?

If you do have a simple script that reproduces this, then it would be helpful if you would share it. Otherwise, you should probably try to figure out exactly what...

I'm almost positive it's because you're getting object IDs mixed up somewhere. This is the most common scripting problem I've seen, especially when an object is destroyed and the old...

I do like the idea. I suppose that you'd really only need the cone with two radii, though (that would be a truncated cone or [conical frustum](http://mathworld.wolfram.com/ConicalFrustum.html), technically). If both...

It's not a bad idea. I agree about the PAWN limitations (it's why this plugin was created, after all). I'd imagine that the majority of people using this are still...

Yes, that would probably be a better solution. It would be easier to maintain as well. I'll see about setting it up some time.

I can add it to the wiki.