Dillon Skaggs

Results 220 comments of Dillon Skaggs

~~You can't add aliases there would be collisions.~~ I read this so wrong, I thought he had swapped two natives names

Thank you for the PR. We're currently not accepting batch updates to natives.

With imgur starting to block/delete more images it might be worth putting these images on the forums and use the image link from the forums

> Ideally, hosting this somewhere internally might be a better idea, but it's not something I can comment on at the moment. Will provide feedback once I have it 🙂...

This isn't a valid solution, as has been previously said.

Blip isn't a char* though, its an int.

As freddy said, changing the type here is un-needed.

This change would break compatibility with the C# runtime by changing the C# codegen from `RemoveBlip(ref blipIndex)` -> `RemoveBlip(blipIndex)`

Not sure if you're still interesting in PRing these changes, if you are can you rebase the recent changes to these natives.

Didn't realize part of this PR got superseded by https://github.com/citizenfx/natives/pull/937 If you're interested in continuing this please rebase to the latest commit and fix the conflicts, this file got renamed...