diff options
author | eray orçunus <erayorcunus@gmail.com> | 2020-07-08 17:26:23 +0300 |
---|---|---|
committer | eray orçunus <erayorcunus@gmail.com> | 2020-07-09 17:01:07 +0300 |
commit | 67a3c7d2ee2787b254099bf22a9c261146ce5eed (patch) | |
tree | 70124341489b7293a9d4eccfe2d74df263ab5e3e /src/core/Streaming.cpp | |
parent | 515559d00cdaae6634c84faa3a3338f7db9cc6ac (diff) |
VC fighting, Peds, many fixes including ghost bikes
Diffstat (limited to 'src/core/Streaming.cpp')
-rw-r--r-- | src/core/Streaming.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/Streaming.cpp b/src/core/Streaming.cpp index d560a695..e712e3d6 100644 --- a/src/core/Streaming.cpp +++ b/src/core/Streaming.cpp @@ -1380,11 +1380,11 @@ CStreaming::StreamVehiclesAndPeds(void) } if(FindPlayerPed()->m_pWanted->AreFbiRequired()){ - RequestModel(MI_FBICAR, STREAMFLAGS_DONT_REMOVE); + RequestModel(MI_FBIRANCH, STREAMFLAGS_DONT_REMOVE); RequestModel(MI_FBI, STREAMFLAGS_DONT_REMOVE); }else{ - SetModelIsDeletable(MI_FBICAR); - if(!HasModelLoaded(MI_FBICAR)) + SetModelIsDeletable(MI_FBIRANCH); + if(!HasModelLoaded(MI_FBIRANCH)) SetModelIsDeletable(MI_FBI); } |