View Single Post
EFFx
Veteran Member
Join Date: Feb 2016
Location: São Paulo, Brasil
Old 04-24-2017 , 13:30   Re: Round Draw, Freeze Player & Fadescreen
Reply With Quote #5

These Russians, only with plugins poorly coded.

PHP Code:
public Message_TextMsg(msg_idmsg_destid)
{
    new 
textmsg[22];
    
get_msg_arg_string(2textmsgcharsmax(textmsg))

    if((
equal(textmsg"#Terrorists_Win")) || (equal(textmsg"#Round_Draw")))
    {
        if(!
ForwardPreThink)
            
ForwardPreThink register_forward(FM_PlayerPreThink"fw_PlayerPreThink_Pre"0);

        new 
iPlayersNumPlayers[32] , id;
        
get_players(PlayersiPlayersNum"aeh""TERRORIST");

        for (new 
iiPlayersNumi++) 
        {
            
id Players[i];

            
set_pev(idpev_gravity, (pev(idpev_flags) & FL_ONGROUND) ? 999999.9 0.000001);    
            
set_pdata_int(idm_ActivityACT_IDLECBASEMONSTER_LINUX_XTRA_OFF);
        }

        
message_begin(MSG_BROADCASTg_msgScreenFade);
        
write_short((1<<10));     
        
write_short((1<<10));
        
write_short((1<<10));        
        
write_byte (0);    
        
write_byte (0);    
        
write_byte (0);    
        
write_byte (200);    
        
message_end();
    }

I don't tested I just removed the stock.
__________________
• Ranking System • AutoMix 5vs5 System
• Web Ban System • Plugins for free

____________________________________________
For private works:
• Discord: EFFEXo#8850 • Steam: EFFEXo

Last edited by EFFx; 04-24-2017 at 13:38.
EFFx is offline