1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-07-03 10:27:06 +00:00
This commit is contained in:
Nikolay Korolev 2021-01-12 20:54:52 +03:00
parent 1c3f3c1842
commit e6aa9f9d4e

View file

@ -97,7 +97,10 @@ int8 CRunningScript::ProcessCommands800To899(int32 command)
printf("Couldn't find zone - %s\n", zone); printf("Couldn't find zone - %s\n", zone);
return 0; return 0;
} }
CTheZones::SetPedGroup(zone_id, GET_INTEGER_PARAM(0), GET_INTEGER_PARAM(1)); while (zone_id >= 0) {
CTheZones::SetPedGroup(zone_id, GET_INTEGER_PARAM(0), GET_INTEGER_PARAM(1));
zone_id = CTheZones::FindNextZoneByLabelAndReturnIndex(zone, ZONE_INFO);
}
return 0; return 0;
} }
case COMMAND_START_CAR_FIRE: case COMMAND_START_CAR_FIRE: