mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-06 08:44:09 +00:00
fixed garages + minor fixes
This commit is contained in:
parent
ccbbde549e
commit
4197498e2d
4 changed files with 44 additions and 4 deletions
|
@ -63,7 +63,7 @@ int8 CRunningScript::ProcessCommands1400To1499(int32 command)
|
|||
case COMMAND_SET_MAXIMUM_NUMBER_OF_CARS_IN_GARAGE:
|
||||
CollectParameters(&m_nIp, 2);
|
||||
CGarages::SetMaxNumStoredCarsForGarage(ScriptParams[0], ScriptParams[1]);
|
||||
break;
|
||||
return 0;
|
||||
case COMMAND_WANTED_STARS_ARE_FLASHING:
|
||||
{
|
||||
CWanted *pWanted = CWorld::Players[CWorld::PlayerInFocus].m_pPed->m_pWanted;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue