def_time.pwn 414 B

123456
  1. #define FUEL_TIME_INTERVAL 45 // Amount of seconds to decrease fuel.
  2. #define REPORT_WAIT_TIME 20 // Seconds until a player can report again.
  3. #define SUPPORT_WAIT_TIME 25 // Seconds until a player can /support again.
  4. #define REPORT_EXPIRE_TIME 10 // Minutes until a report expires.
  5. #define EMERGENCY_EXPIRE_TIME 10
  6. #define PARK_WAIT_TIME 10 // Seconds until a player can /park again.