mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-17 09:04:07 +00:00
gangs, script and replay fixes
This commit is contained in:
parent
40ee29fb99
commit
e3291b0cb1
10 changed files with 156 additions and 67 deletions
|
@ -39,19 +39,19 @@ public:
|
|||
WORKERBOAT,
|
||||
|
||||
COPS,
|
||||
MAFIA,
|
||||
TRIAD,
|
||||
DIABLO,
|
||||
YAKUZA,
|
||||
YARDIE,
|
||||
COLOMB,
|
||||
NINES,
|
||||
GANG8,
|
||||
CUBAN,
|
||||
HAITIAN,
|
||||
STREET,
|
||||
DIAZ,
|
||||
BIKER,
|
||||
SECURITY,
|
||||
PLAYER,
|
||||
GOLFERS,
|
||||
GANG9,
|
||||
COPS_BOAT,
|
||||
FIRST_CAR_RATING = NORMAL,
|
||||
FIRST_BOAT_RATING = LEISUREBOAT,
|
||||
FIRST_GANG_CAR_RATING = MAFIA,
|
||||
FIRST_GANG_CAR_RATING = CUBAN,
|
||||
NUM_CAR_CLASSES = MOTORBIKE - FIRST_CAR_RATING + 1,
|
||||
NUM_BOAT_CLASSES = WORKERBOAT - FIRST_BOAT_RATING + 1,
|
||||
NUM_GANG_CAR_CLASSES = GANG9 - FIRST_GANG_CAR_RATING + 1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue