[Help]Hover Source code
Title explains. Does anyone have the source code for Hover?
i dont know the source..
but dont you just freeze the Z axis?
and hover is in your menu in your sig.. wdf? its in your menu but you dont have the source?
I think its PlayerGravity 0
That way you dont go up or down, just float
[php]PushToConsole("PlayerGravity 0");
PushToConsole("PlayerVelocity 0");[/php]
Recived from PTC thread
Dude its not working that why i took this a while ago and it fails.
What is the original values to it. Also would this work?
if( Hover > 0 ){
this->PushToConsole("PlayerGravity 0");
this->PushToConsole("PlayerVelocity 0");
Sleep(100);
}
My fly hack in my menu isnt working very well....,
It is like a weird gravity...
PlayerGravity 0 is Hover
PlayerGravity -1099 is the default( with -800 you have a little "Superjump")