blckeagles-revisited-RC/@GMS/addons/custom_server/Configs/blck_defines.hpp
Ghostrider-GRG- 2d74842106 Final build 138
All types of patrols at static objects now despawn when no player is near.
In addition, vehicle, heli and emplaced weapons crew use the same uniform selections as infantry.
2018-06-17 12:07:37 -04:00

34 lines
738 B
C++

/*
for ghostridergaming
By Ghostrider [GRG]
Copyright 2016
--------------------------
License
--------------------------
All the code and information provided here is provided under an Attribution Non-Commercial ShareAlike 4.0 Commons License.
http://creativecommons.org/licenses/by-nc-sa/4.0/
*/
#define useAPEX
//#define useDynamicSimulation
//#define blck_debugMode
//#define blck_milServer
////////////////////////////
// Do not touch anything below this line
///////////////////////////
#define onFoot 1
#define inVehicle 2
// defines for static group spawners
#define staticPatrolTriggerRange 2000
#define groupParameters 0
#define patrolGroup 1
#define groupSpawned 2
#define timesSpawned 3
#define respawnAt 4