mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-12 01:00:32 +00:00
script 500-599 plus bugfix
This commit is contained in:
parent
9d4140734f
commit
d579ee1b64
14 changed files with 907 additions and 22 deletions
|
@ -1,5 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
class CVehicle;
|
||||
|
||||
class CGarages
|
||||
{
|
||||
public:
|
||||
|
@ -28,4 +30,7 @@ public:
|
|||
static bool IsPointWithinHideOutGarage(CVector&);
|
||||
static bool IsPointWithinAnyGarage(CVector&);
|
||||
static void PlayerArrestedOrDied();
|
||||
static int16 AddOne(float, float, float, float, float, float, uint8, uint32);
|
||||
static void SetTargetCarForMissonGarage(int16, CVehicle*);
|
||||
static bool HasCarBeenDroppedOffYet(int16);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue