-
Apprentice
[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!
-
-
Valued Member
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
*/
-
Apprentice
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.