mirror of
https://github.com/halpz/re3.git
synced 2025-02-24 18:22:09 +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);
|
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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user