script 600-699

This commit is contained in:
Nikolay Korolev 2019-10-27 12:51:09 +03:00
commit 5e77e9d0ea
7 changed files with 383 additions and 7 deletions

View file

@ -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);
};