1
0
mirror of https://github.com/td512/re3.git synced 2026-03-01 14:35:29 +00:00

Ped, Weapon and fixes

This commit is contained in:
eray orçunus
2020-06-17 21:24:59 +03:00
parent e9d5d42ea9
commit e44704dc82
8 changed files with 329 additions and 238 deletions

View File

@@ -10876,7 +10876,6 @@ int8 CRunningScript::ProcessCommands1200To1299(int32 command)
}
case COMMAND_POP_CAR_BOOT:
{
CollectParameters(&m_nIp, 1);
CollectParameters(&m_nIp, 1);
CAutomobile* pCar = (CAutomobile*)CPools::GetVehiclePool()->GetAt(ScriptParams[0]);
assert(pCar&& pCar->IsCar());