Recent content by JR_Junior

  1. J

    [PS3] setDvar is not working? Help!

    Hello. I'm trying to create a "High Jump" in a patch.ff file I downloaded, but it's not working. I already tried setDvar, SetDvar, SetSavedDvar and it doesn't work! It only works if I put it in "buttons_default.cfg", but it is not possible to disable and enable it again in the game.
  2. J

    High jump code for singleplayer/spec

    Hello. I'm trying to create a script to super jump in single player mode. someone help me? highjump() { if(self.HighJumpOn == 0) { self.HighJumpOn = 1; iPrintln("High jump enabled"); } else { self.HighJumpOn = 0; iPrintln("High jump...
Top