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

This commit is contained in:
Yimura 2021-02-07 17:03:32 +01:00
parent b0e301a6f6
commit eff1500fdc

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