Halen84 / ImGuiRDR2Hook

A Vulkan & DirectX 12 hook that allows you to create ImGui menus for Red Dead Redemption 2
MIT License
9 stars 3 forks source link

Can't determine native version script hook error #3

Closed Mani2421 closed 11 months ago

Mani2421 commented 11 months ago

When i try to use any natives script hook gives this error

Halen84 commented 11 months ago

That usually happens when you try to call natives in the global scope. You can only call natives in local scopes, like in function bodies.

Mani2421 commented 11 months ago

ahh thank you, sorry for asking here since this is a question about scripthook i couldn't find any information on this on any forums