script 900-999 init

This commit is contained in:
Nikolay Korolev
2020-02-02 14:47:03 +03:00
parent 76b8e09de5
commit dc2516896f
5 changed files with 495 additions and 2 deletions

View File

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