refactor(Functions): Changed native with rage::joaat

This commit is contained in:
Yimura 2021-02-07 17:03:32 +01:00
parent d3a9e3d58d
commit aba5135dc3
No known key found for this signature in database
GPG Key ID: 54EFAD29393A6E78

View File

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