Partial RunningScript part2

This commit is contained in:
Nikolay Korolev 2019-07-14 12:49:03 +03:00
commit 41dbd754de
16 changed files with 584 additions and 6 deletions

View file

@ -15,6 +15,7 @@ public:
static bool &ms_bGivePedsWeapons;
static int32 &m_AllRandomPedsThisType;
static float &PedDensityMultiplier;
static uint32 &ms_nTotalMissionPeds;
static void UpdatePedCount(uint32, bool);
static void DealWithZoneChange(eLevelName oldLevel, eLevelName newLevel, bool);