View Single Post
edon1337
Penguin Enthusiast
Join Date: Jun 2016
Location: Macedonia
Old 08-06-2018 , 08:37   Re: Prevent round ending due to timer and remove timer with Orpheu
Reply With Quote #6

Quote:
Originally Posted by HamletEagle View Post
You don't even need to bother hooking and calling this, you can redo it in pawn very easy.
You mean doing this but without Orpheu?
PHP Code:
    MESSAGE_BEGIN(MSG_ONEgmsgBombDropnullptrpev);
        
WRITE_COORD(0);
        
WRITE_COORD(0);
        
WRITE_COORD(0);
        
WRITE_BYTE(BOMB_FLAG_PLANTED);
    
MESSAGE_END();

    
MESSAGE_BEGIN(MSG_ONEgmsgBombPickupnullptrpev);
    
MESSAGE_END(); 
__________________
edon1337 is offline