diff --git a/script/scrNativeHandler.hpp b/script/scrNativeHandler.hpp index ddf1980..f3ba6a7 100644 --- a/script/scrNativeHandler.hpp +++ b/script/scrNativeHandler.hpp @@ -55,7 +55,7 @@ namespace rage }; static_assert(sizeof(scrNativeCallContext) == 0xE0); - using scrNativeHash = std::int64_t; + using scrNativeHash = std::uint64_t; using scrNativePair = std::pair; using scrNativeHandler = void(*)(scrNativeCallContext*); -} \ No newline at end of file +}