Error in natives.lua "PointerValueIntInitialized not found"

Error happens when calling any native function that tries to call PointerValueIntInitialized(). Such as DeleteVehicle()

Adding Citizen. in front of PointerValueIntInitialized fixes this issue

Anyone know when this will be addressed? I know the workaround is to use the native call directly, but it’s a shame to not be able to use these functions - makes reading/debugging scripts easier.

25 minutes before your post was written.

haha thanks - that timing tho’ !

I guess it didn’t make it into the latest release that I’ve just updated to. Any idea when these fixes will get released?

Thanks.

Uh, it did - what code isn’t working and what happens when running that code?

I stand corrected. When I saw that the natives.lua hadn’t been changed I thought it hadn’t been fixed. I’ve just tested it and it looks like you’ve fixed it in the core. Great, thanks