From 89b6252f8e5c13554f9e0b5b22c7f7ac9e70b80e Mon Sep 17 00:00:00 2001 From: David Anderson Date: Tue, 22 Jan 2008 16:47:10 +0000 Subject: [PATCH] fire requires timebomb --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401859 --- plugins/basefuncommands.sp | 7 +++++++ 1 file changed, 7 insertions(+) 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