script 1000-1154

This commit is contained in:
Nikolay Korolev 2020-02-16 23:08:54 +03:00
parent a36da99798
commit 1337a9b603
24 changed files with 1225 additions and 35 deletions

View file

@ -9,6 +9,7 @@ public:
static bool IsThisCarBeingTargettedByAnyCrane(CVehicle*);
static bool IsThisCarBeingCarriedByAnyCrane(CVehicle*);
static bool IsThisCarPickedUp(float, float, CVehicle*);
static bool HaveAllCarsBeenCollectedByMilitaryCrane();
static void ActivateCrane(float, float, float, float, float, float, float, float, bool, bool, float, float);
static void DeActivateCrane(float, float);
static void InitCranes(void);