mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-12 23:34:09 +00:00
car control and friends
This commit is contained in:
parent
a8d8c0690d
commit
40888e9486
13 changed files with 189 additions and 128 deletions
|
@ -41,7 +41,17 @@ class CCarCtrl
|
|||
NINES,
|
||||
GANG8,
|
||||
GANG9,
|
||||
COPS
|
||||
COPS,
|
||||
CLASS12,
|
||||
CLASS13,
|
||||
CLASS14,
|
||||
CLASS15,
|
||||
CLASS16,
|
||||
CLASS17,
|
||||
CLASS18,
|
||||
CLASS19,
|
||||
CLASS20,
|
||||
COPS_BOAT
|
||||
};
|
||||
public:
|
||||
static void SwitchVehicleToRealPhysics(CVehicle*);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue