mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-12 16:44:09 +00:00
Ped, Weapon and fixes
This commit is contained in:
parent
e9d5d42ea9
commit
e44704dc82
8 changed files with 329 additions and 238 deletions
|
@ -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());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue