From aba5135dc3be1caf33d0ed14e5e231a67b450542 Mon Sep 17 00:00:00 2001 From: Yimura Date: Sun, 7 Feb 2021 17:03:32 +0100 Subject: [PATCH] refactor(Functions): Changed native with rage::joaat --- BigBaseV2/src/features/functions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BigBaseV2/src/features/functions.cpp b/BigBaseV2/src/features/functions.cpp index 9d3a1c98..f4f75847 100644 --- a/BigBaseV2/src/features/functions.cpp +++ b/BigBaseV2/src/features/functions.cpp @@ -192,7 +192,7 @@ namespace big Entity func::spawn_vehicle(const char* model, Vector3 location, float heading) { - Hash hash = MISC::GET_HASH_KEY(model); + Hash hash = rage::joaat(model); if (hash) {