some fixes

This commit is contained in:
Nikolay Korolev
2020-11-13 13:19:54 +03:00
parent 4f8029ad7c
commit 2e915780aa
6 changed files with 30 additions and 19 deletions

View File

@@ -602,7 +602,7 @@ INITSAVEBUF
CStreaming::LoadAllRequestedModels(false);
}
pPed->GiveWeapon(pBufferPlayer->GetWeapon(i).m_eWeaponType, pBufferPlayer->GetWeapon(i).m_nAmmoTotal);
pPed->GiveWeapon(pBufferPlayer->GetWeapon(i).m_eWeaponType, pBufferPlayer->GetWeapon(i).m_nAmmoTotal, false);
}
}