This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// @file Version: 1.1 | |
// @file Name: fn_resupplyTruck.sqf | |
// @file Author: Wiking, AgentRev | |
// @file Created: 13/07/2014 21:58 | |
#define RESUPPLY_TRUCK_DISTANCE 15 | |
#define REARM_TIME_SLICE 10 | |
#define REPAIR_TIME_SLICE 1 | |
#define REFUEL_TIME_SLICE 1 | |
#define PRICE_RELATIONSHIP 4 |