mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-13 13:00:33 +00:00
script 900-999
This commit is contained in:
parent
7547f7ae97
commit
043efaf082
13 changed files with 641 additions and 18 deletions
|
@ -34,9 +34,11 @@ public:
|
|||
static int32 &MissionsPassed;
|
||||
static char (&LastMissionPassedName)[8];
|
||||
static int32 &TotalLegitimateKills;
|
||||
static int32 &ElBurroTime;
|
||||
|
||||
public:
|
||||
static void AnotherKillFrenzyPassed();
|
||||
static void CheckPointReachedUnsuccessfully() { KillsSinceLastCheckpoint = 0; };
|
||||
static void CheckPointReachedSuccessfully() { TotalLegitimateKills += KillsSinceLastCheckpoint; KillsSinceLastCheckpoint = 0; };
|
||||
static void RegisterElBurroTime(int32);
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue