mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-14 12:14:10 +00:00
full script basic support
This commit is contained in:
parent
5c8888d2ed
commit
a5b84eb9fe
18 changed files with 675 additions and 127 deletions
|
@ -655,10 +655,10 @@ CCarCtrl::GenerateOneRandomCar()
|
|||
}
|
||||
int nMadDrivers;
|
||||
switch (pVehicle->GetVehicleAppearance()) {
|
||||
case VEHICLE_BIKE:
|
||||
case VEHICLE_APPEARANCE_BIKE:
|
||||
nMadDrivers = 30;
|
||||
break;
|
||||
case VEHICLE_BOAT:
|
||||
case VEHICLE_APPEARANCE_BOAT:
|
||||
nMadDrivers = 40;
|
||||
break;
|
||||
default:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue