refactor(Functions): Changed native with rage::joaat
This commit is contained in:
parent
d3a9e3d58d
commit
aba5135dc3
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user