Raised This Month: $ Target: $400
 0% 

SetFOV and kick


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
Tonda
Senior Member
Join Date: Aug 2009
Old 11-22-2010 , 11:24   SetFOV and kick
Reply With Quote #1

hi all, i have script

Code:
if (cs_get_user_team(id) == CS_TEAM_CT)
		{
		new gmsg_SetFOV 	= get_user_msgid("SetFOV");
		if(is_user_alive(id))
		{
		message_begin( MSG_ONE, gmsg_SetFOV, { 0, 0, 0 }, id );
		write_byte( 0 );
		message_end( );
		}
		}
		return PLUGIN_HANDLED;
this code remove this script

Code:
if (cs_get_user_team(id) == CS_TEAM_CT)
		{
		new gmsg_SetFOV 	= get_user_msgid("SetFOV");
		if(is_user_alive(id))
		{
		message_begin( MSG_ONE, gmsg_SetFOV, { 0, 0, 0 }, id );
		write_byte( 180 );
		message_end( );
		}
		}
		return PLUGIN_HANDLED;
But sometimes players are kicked with : Reliable channel overflowed. Why?
Tonda is offline
 



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 11:18.


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