ammonia-cfx

Results 23 comments of ammonia-cfx

All this native does is prevent vehicle repairs from happening when extras are enabled on a vehicle. There's a collection that takes vehicle entities to skip `g_skipRepairVehicles` and once the...

> Can you change the commit title to something like: `tweak(natives-decl): add SET_VEHICLE_CURRENT_GEAR and NEXT_GEAR declarations`? For the rest I've assigned @4mmonium, he's good at checking these Doc implementation seems...

> @4mmonium hey, would you be so kind as to take a look over these? im pretty confident i did everything correctly Hey there, I haven't ignored this, apologies for...

> Any update on if the latest changes have been approved and when it will be merged? This looks good to me, I don't think it requires any other changes,...

Hi, I'm merging this 😊

While I cannot really comment on this right now, I think hosting the images on external sources won't stop these issues from happening and will cause more PRs to be...

Lua doesn't return by [reference parameters](https://web1.eng.famu.fsu.edu/~haik/met.dir/hcpp.dir/notes.dir/cppnotes/node65.html), but C# can do that by using `out` parameters. It seems to me, that you may be confused about how Lua [returns](https://www.educba.com/lua-return/) values. Lua...

> Would it be better to centralize enums in the fivem-docs repo, @4mmonium? What do you think about that? I think it's fine to have it in the natives, as...

> > It might be a good idea to have distinctions between runtimes too as in c# groundZ would be a ref you would pass in iirc. > > How...

A quick search on the offset led me to find that undocumented native [`0x83A169EABCDB10A2`](https://github.com/citizenfx/natives/blob/fdb8fccd026770491f80abd19f48d84cbb7f9fb6/PED/N_0x83a169eabcdb10a2.md?plain=1#L4) follows the same pattern, but for peds, only difference is how it accesses the ped by...