blckeagles-revisited-RC/@GMS/addons/custom_server/Configs/blck_defines.hpp

34 lines
738 B
C++
Raw Normal View History

/*
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
2018-06-02 11:29:00 +00:00
//#define blck_milServer
2018-04-19 04:11:03 +00:00
////////////////////////////
// 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
2018-04-19 04:11:03 +00:00