View Single Post
Kia
AlliedModders Donor
Join Date: Apr 2010
Location: In a world of madness
Old 03-17-2014 , 12:42   Re: Most Valuable Player (MVP) (1.0.0 - 17.03.2014)
Reply With Quote #3

There is a check for that inside.
PHP Code:
if(g_iBombPlanter != NO_BOMB_PLANTED && g_bBombExploded == false)
{
    new 
iTopKiller GetTopKiller(1)
    
ShowMVPMessage(iTopKiller1)

PHP Code:
// ===============================================================================
//      bomb_explode - Called when the Bomb exploded
// ===============================================================================

public bomb_explode(iPlanteriDefuser)
{
    
g_bBombExploded true
    ShowMVPMessage
(g_iBombPlanter3)

__________________

Last edited by Kia; 03-17-2014 at 12:43.
Kia is offline