Raised This Month: $ Target: $400
 0% 

Help with a simple team switch blocker


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Devil259
Veteran Member
Join Date: Dec 2009
Location: France (59)
Old 11-27-2011 , 11:55   Re: Help with a simple team switch blocker
Reply With Quote #6

If you don't know how to do, you can freeze the player who changed team with this stocks :

Code:
Freeze( id ) {     if( is_user_alive(id) )     {         new iFlags = pev(id, pev_flags)         if( ~iFlags & FL_FROZEN )         {             set_pev(id, pev_flags, iFlags | FL_FROZEN)         }     } } UnFreeze( id ) {     if( is_user_alive(id) )     {         new iFlags = pev(id, pev_flags)         if( iFlags & FL_FROZEN )         {             set_pev(id, pev_flags, iFlags & ~FL_FROZEN)         }     } }
Devil259 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 08:23.


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