diff --git a/plugins/basefuncommands.sp b/plugins/basefuncommands.sp index 519a6408..7505cf03 100644 --- a/plugins/basefuncommands.sp +++ b/plugins/basefuncommands.sp @@ -64,6 +64,13 @@ public Plugin:myinfo = #define CASH 1 // ------------------------------------------------------------------------------- +/** + * Fire requires timebomb + */ +#if TIMEBOMB == 0 && FIRE == 1 +#error "TimeBomb requires Fire" +#endif + new Handle:hTopMenu = INVALID_HANDLE; // Sounds