mirror of
https://git.rip/DMCA_FUCKER/re3.git
synced 2024-11-06 01:55:58 +00:00
big oof
This commit is contained in:
parent
1c3f3c1842
commit
e6aa9f9d4e
|
@ -97,7 +97,10 @@ int8 CRunningScript::ProcessCommands800To899(int32 command)
|
|||
printf("Couldn't find zone - %s\n", zone);
|
||||
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;
|
||||
}
|
||||
case COMMAND_START_CAR_FIRE:
|
||||
|
|
Loading…
Reference in a new issue