CStreaming DONE

This commit is contained in:
aap
2019-06-28 12:34:02 +02:00
parent 6f4e01f078
commit 847720aeae
11 changed files with 334 additions and 34 deletions

View File

@@ -126,7 +126,7 @@ spawnCar(int id)
CVector playerpos;
CStreaming::RequestModel(id, 0);
CStreaming::LoadAllRequestedModels(false);
if(CStreaming::IsModelLoaded(id)){
if(CStreaming::HasModelLoaded(id)){
FindPlayerCoors(playerpos);
int node = ThePaths.FindNodeClosestToCoors(playerpos, 0, 100.0f, false, false);
if(node < 0)