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