mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-14 07:50:34 +00:00
script 600-699
This commit is contained in:
parent
dcd2a94367
commit
5e77e9d0ea
7 changed files with 383 additions and 7 deletions
|
@ -35,4 +35,8 @@ public:
|
|||
static int16 AddOne(float, float, float, float, float, float, uint8, uint32);
|
||||
static void SetTargetCarForMissonGarage(int16, CVehicle*);
|
||||
static bool HasCarBeenDroppedOffYet(int16);
|
||||
static void ActivateGarage(int16);
|
||||
static void DeActivateGarage(int16);
|
||||
static int32 QueryCarsCollected(int16);
|
||||
static bool HasThisCarBeenCollected(int16, uint8);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue