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

Quote:
Originally Posted by HamletEagle View Post
What is the point of using orpheu if you just want to send a message?
That's why I said without Orpheu. So sending these messages is enough? (Not using Orpheu, simply Message.inc)
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