Raised This Month: $ Target: $400
 0% 

help find in than error


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
K o T
Senior Member
Join Date: Jan 2011
Old 08-08-2011 , 18:26   help find in than error
Reply With Quote #1

Code:
		case 7: 
        { 
            if( is_user_alive( id ) ) 
            { 
               set_user_rendering(id,kRenderFxNone, 0,0,0, kRenderTransAdd,0)
               set_user_godmode(id, 1)
			   set_user_maxspeed(id, 1000.0)
			   set_user_gravity( id, 0.25 )
            } 
        }
		
		// 
		case 8:
		{
			if( is_user_alive( id ) ) 
			{
             set_user_rendering(id, kRenderFxGlowShell, 0, 0, 0, kRenderNormal,0)
             set_user_godmode(id, 0)
			 set_user_maxspeed(id, 250.0)
			 set_user_gravity( id, 1.0 )
		    }
        }
		
	}
	
	return FMRES_IGNORED
}
K o T 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 23:53.


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