google-site-verification: googlebaca44933768a824.html any can help me :) - Old Royal Hack Forum

Announcement

Collapse
No announcement yet.

any can help me :)

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    any can help me :)

    i try insert this command for execute via cheat menu, but no work

    No Work:

    //Bot options add bot

    if(vars.other_bot==1)
    {
    bot_add->SetValue(1);
    }


    any can help me for this command?

    thanks

    #2
    Nh.m_pEngine->ClientCmd( "bot_add" );

    =)

    Comment


      #3
      bot add is no cvar you can change the value -.-

      i search a good source code for Dods with aimbot and other stuff i know this is the same engine as counter strike source but css hacks are not work in dods.

      Comment


        #4
        Originally posted by kkkkkkk View Post
        Nh.m_pEngine->ClientCmd( "bot_add" );

        =)
        wotrk perfect but more fast, any method for set time interval?

        and another dude, for impulse 101 this method no work only type in console impulse.

        Nh.m_pEngine->ClientCmd( "impulse 101" );

        no work, the space no is interprete, and only type impulse, any solution?

        thanks

        Comment


          #5
          i always get FCVAR_CLIENTCAN_EXECUTE has blocked <command>
          ] <command> not recognized

          even with quit....

          Comment


            #6
            Code:
            static DWORD Time01 = timeGetTime() + /*here your time*/;
            DWORD Time02 = timeGetTime();
            srand(Time02);
            
            if(Cvars.Bot_Add("_Value"))
            {
                     if(Time02 > Time01)
                     {
            	     Time01 = Time02 + /*here the time*/;
            	     m_pEngine->ClientCmd("bot_add");
                     }
            }
            Last edited by Guest; 04-20-2008, 02:41 PM.

            Comment


              #7
              ?uniher ur codens make me gasm

              Code:
              if( Nh.m_psCvar->bot_add )
              	{
              	      Nh.m_pEngine->ClientCmd( "bot_add" );
              	      Nh.m_psCvar->bot_add = 0; // ORLY !!!!!
                      }

              Comment


                #8
                rifK... yea sure nvm :wheelchair:

                Comment


                  #9
                  bot_add is a concommand and not a convar but may im wrong?
                  see main_src?






                  gibs coins @
                  1KatP9B8KG7mvcoFhdLGua1isG88nYZE8C

                  Comment

                  Working...
                  X