Hans and Gellin's problem!
Solved!
/Request close
If you talking about the "{" and "}" it does not work with that either!
Wait crap. Thanks Crash. But now I have another problem. Now the game flickers even when the hack is turned off!
Meh, what the hell, here you go:
[php]switch ( SuperJump )
{
case 0:
if( SuperJump == 0 ){
PushToConsole("JumpVel 330.000000");
}break;
case 1:
if( SuperJump == 1 ){
PushToConsole("JumpVel 495.000000");
}break;
case 2:
if( SuperJump == 2 ){
PushToConsole("JumpVel 660.000000");
}break;
case 3:
if( SuperJump == 3 ){
PushToConsole("JumpVel 990.000000");
}break;
}
[/php]
That was the code I was talking about. Super Jump was used as an example. I use this in my PVT hack, tested and working
Provided by: MarkoJ
Thanks Amato! I should have tried that!
That actually works. Never thought of doing it that way!