[Help] Disable dev esp community source

Results 1 to 3 of 3
  1. #1
    Apprentice lluk12 is offline
    MemberRank
    Sep 2011 Join Date
    22Posts

    [Help] Disable dev esp community source

    Hi,
    does anyone know how to disable the dev esp at the ragezone community source? I was looking for the piece of code which contains this part but I didn't find it anywhere.
    Also if not disable, at least make it only visible when pressing a button like P or Alt or whatever, by adding an if or something.
    Thanks!


  2. #2
    Valued Member Noobly is offline
    MemberRank
    Aug 2014 Join Date
    101Posts

    Re: [Help] Disable dev esp community source

    Search for the code then simply do this tag

    You will see this >

    Example Code


    Make it like this.

    /*

    Example Code

    */

  3. #3
    Apprentice lluk12 is offline
    MemberRank
    Sep 2011 Join Date
    22Posts

    Re: [Help] Disable dev esp community source

    Yeah, I know how to comment something but I can't find the code anywhere

    EDIT:

    I found it, you just have to go to Warz.sln and search for: " pos3d= " (without the quotes), then just comment all the if.
    I commented it but I'd like to know if it's possible to enable it by pressing a button (like Right ALT or letter P), doing something like: if(kbhit == 'P' || kbhit== 'ALT')
    Last edited by lluk12; 20-09-14 at 12:43 PM.



Advertisement