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) {