View Single Post
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 10-05-2008 , 06:20   Re: Deathrun Manager v1.0b [01/10/2008]
Reply With Quote #25

Quote:
Originally Posted by The_One_gamer View Post
my players are getting kicked for overflowed reason.
PHP Code:
public eResetHUD(id) {
    if(!
is_user_bot(id)) {
        
message_beginMSG_ALLg_msgHideWeapon_id );
        
write_byte( (1<<1<<5) )
        
message_end()
    
        
message_beginMSG_ALLg_msgCrosshair_id );
        
write_byte)
        
message_end()
    }

It may help to use MSG_ONE instead of MSG_ALL.
It could also halp to replace all MSG_ONE with MSG_ONE_UNRELIABLE
__________________
- tired and retired -

- my plugins -
ConnorMcLeod is offline