mirror of
https://github.com/GTAmodding/re3.git
synced 2021-02-19 17:49:54 +01:00
big oof
This commit is contained in:
parent
99a6976f53
commit
6cfc61ac0e
@ -106,7 +106,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, ScriptParams[0], ScriptParams[1]);
|
while (zone_id >= 0) {
|
||||||
|
CTheZones::SetPedGroup(zone_id, ScriptParams[0], ScriptParams[1]);
|
||||||
|
zone_id = CTheZones::FindNextZoneByLabelAndReturnIndex(zone, ZONE_INFO);
|
||||||
|
}
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
case COMMAND_START_CAR_FIRE:
|
case COMMAND_START_CAR_FIRE:
|
||||||
|
Loading…
Reference in New Issue
Block a user