I want to adjust the jump height on a map I'm working on, but everything I've tried doesn't work.
SetDvar("jump_height", "600"); has no effect
self.jumpHeight = 900; has no effect
SetJumpHeight(600); raises unresolved external
The only working meth...
SetDvar("jump_height", "600"); has no effect
self.jumpHeight = 900; has no effect
SetJumpHeight(600); raises unresolved external
The only working meth...
2 months ago