Raised This Month: $12 Target: $400
 3% 

Sound blocked


Post New Thread Reply   
 
Thread Tools Display Modes
One
Veteran Member
Join Date: Oct 2008
Location: Hardstyle-eSports.de
Old 11-06-2010 , 23:32   Re: Sound blocked
Reply With Quote #11

ok. i will try to disable every plugins to find the problem. i will post the plugin name when i find it.
but how i know theres no plugin which sends stopsound on clients
i will check all sources too.
__________________
One is offline
Send a message via ICQ to One Send a message via AIM to One Send a message via MSN to One Send a message via Yahoo to One Send a message via Skype™ to One
One
Veteran Member
Join Date: Oct 2008
Location: Hardstyle-eSports.de
Old 11-13-2010 , 08:11   Re: Sound blocked
Reply With Quote #12

this was in Fernmaster :-)


Code:
public logevent_round_end() { 
    new iPlayers [32], iNum; get_players( iPlayers, iNum, "a" ); 
    for ( new i = 0; i < iNum; i++) 
        delete_aiment( iPlayers[i] ) 
}
Code:
public delete_aiment(id)
{
        remove_entity(aiment[id])
        //client_cmd(0, "stopsound");
        set_view(id, CAMERA_NONE)
        set_user_godmode( id, 0);
        set_user_footsteps (id, 0);  
        set_user_maxspeed ( id,250.0 )
        message_begin(MSG_ONE, get_user_msgid("HideWeapon"), _, id) 
        write_byte((1>>6))
        message_end()
        fen[id] = 1
        incar[id] = 0
}
__________________
One is offline
Send a message via ICQ to One Send a message via AIM to One Send a message via MSN to One Send a message via Yahoo to One Send a message via Skype™ to One
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 16:04.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode