google-site-verification: googlebaca44933768a824.html Error Message VS 2003...Lame - Old Royal Hack Forum

Announcement

Collapse
No announcement yet.

Error Message VS 2003...Lame

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Error Message VS 2003...Lame

    Can som1 explain what this means

    Love.cpp(334) : error C2447: '{' : missing function header (old-style formal list?)
    Love.cpp(342) : error C2447: '{' : missing function header (old-style formal list?)

    #2
    Wanna show us the code?

    Comment


      #3
      Ok

      Code:
      			/////////////////////Player Tracer plox Ohh noes its there\\\\\\	
      		//if(base.m_psCvar->playertracer==0)
      { // This is the error...
      if(base.m_psCvar->playertracer == 1)
      {
      base.m_pDebugOverlay->AddTextOverlay( pBaseEntity->EyePosition(), -0.2, Color(100,0,0,200), "." );
      }}
      Vector vHeadScreen;
      				/////////////////////ESP optical plox Ohh noes its there\\\\\\	
      				//if ( base.m_psCvar->esp_optical )
      				{ // This is the second error
      					float flYaw, flPitch, flRoll = 0.0f;
      					Vector vMin, vMax;
      					Vector vecDir;
      					QAngle qView;
      
      					if ( base.m_pUtil->WorldToScreen( pBaseEntity->EyePosition(), vHeadScreen ) )
      					{
      						if( base.m_psCvar->esp_optical )
      						{
      						if(base.m_psCvar->esp_optical==1)
      						{
      							base.m_pMatSurface->DrawColoredCircle( vHeadScreen.x, vHeadScreen.y, 10, RGBA( dwGetTeamColor ) );

      Comment


        #4
        OMFG LOL NO COMMENT YOU SHOULD LEARN C++ :chris:

        EDIT:

        ok, ok, i may help you

        Code:
        //if(base.m_psCvar->playertracer==0)
        { // This is the error...  <<< WTFFFF?
            if(base.m_psCvar->playertracer == 1)
            {
                base.m_pDebugOverlay->AddTextOverlay( pBaseEntity->EyePosition(), -0.2, Color(100,0,0,200), "." );
            }
        } //<<< WTFFFF?
        there you go, nub

        Code:
        if(base.m_psCvar->playertracer == 1)
        {
            base.m_pDebugOverlay->AddTextOverlay( pBaseEntity->EyePosition(), -0.2, Color(100,0,0,200), "." );
        }
        kthxbai
        Last edited by aVitamin; 07-20-2008, 02:32 PM.
        I 0x90 you!

        Comment


          #5
          Ok thx babe :)

          Comment


            #6
            rifkkk

            Comment


              #7
              Originally posted by fibens View Post
              rifkkk
              what a nice chance to spam, eh?:smiley_264:
              I 0x90 you!

              Comment


                #8
                Originally posted by fibens View Post
                rifkkk
                Infraction given.





                (8:22:27 AM) Aspire: and i noticed your good at programming
                (8:22:41 AM) czkb: bs im nubcake
                νзηοма: cu later i have to bomb jerusalem from toilet
                [root@project7 ~]# whoami
                root

                Comment

                Working...
                X