AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Suggestions / Requests (https://forums.alliedmods.net/forumdisplay.php?f=12)
-   -   help find in than error (https://forums.alliedmods.net/showthread.php?t=164226)

K o T 08-08-2011 18:26

help find in than error
 
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
}

http://miks-cat.at.ua/2011-08-09_012011.png

wickedd 08-08-2011 18:35

Re: help find in than error
 
Just ignore them.

K o T 08-08-2011 18:43

Re: help find in than error
 
Quote:

Originally Posted by wickedd (Post 1528596)
Just ignore them.

thank you
and Learn invisibility comrades on team see can it fix can that not its not strange not seen

fysiks 08-08-2011 18:46

Re: help find in than error
 
Learn to indent your code. It will be easier to read and you won't get warnings.

Quote:

Originally Posted by K o T (Post 1528601)
and Learn invisibility comrades on team see can it fix can that not its not strange not seen

If you want help you will need to speak english instead of spouting random words.


All times are GMT -4. The time now is 23:53.

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