mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
f54beb5c86
Added correct hooks for fuel trucks Added code for finding closest hook Cleanup
16 lines
326 B
C++
16 lines
326 B
C++
#define COMPONENT refuel
|
|
#include "\z\ace\addons\main\script_mod.hpp"
|
|
|
|
#ifdef DEBUG_ENABLED_REFUEL
|
|
#define DEBUG_MODE_FULL
|
|
#endif
|
|
|
|
#ifdef DEBUG_ENABLED_REFUEL
|
|
#define DEBUG_SETTINGS DEBUG_ENABLED_REFUEL
|
|
#endif
|
|
|
|
#include "\z\ace\addons\main\script_macros.hpp"
|
|
|
|
#define INFINITE_FUEL -1
|
|
#define REFUEL_ACTION_DISTANCE 7
|