I'm new in WarZ Developments so sorry if it's dumb question
I did this one http://forum.ragezone.com/f791/tutor...p-dev-1113558/ but it doesn't works
I have Untouched SRC
The updated code looks like this:
WarZ.sln
I had built entire solution and did RSBuild.exe without any errors. What am I doing wrong ?Code:if(gUserProfile.ProfileData.isDevAccount && Keyboard->IsPressed(kbsLeftAlt)) accelaration *= 5.0f;//SuperJump if(InputMappingMngr>isPressed(r3dInputMappingMngr::KS_JUMP)&&gUserProfile.ProfileData.isDevAccount) { pl->JumpVelocity = 17; }



Reply With Quote![[Help] SuperJump, Update question?](http://ragezone.com/hyper728.png)


+ You have to remove:

Why it doesn't works? I really don't understand it. What am I doing wrong? Maybe I forgot something?


