Help with fly hack

Posts 1626 of 26 · Page 2 of 2
Easy like shit:

Code:
if(fly){

		if( GetAsyncKeyState(VK_SPACE) < 0 )
			push( "PlayerGravity 800" );
else
			push( "PlayerGravity -800" );
}
Quote Originally Posted by CA_ View Post

I think it's just me because I have tried so many codes yet none of them work.
try as flames said
Code:
if(fly<0)
if(GetAsyncKeyState(VK_SPACE)<0)//try &1 instead of <0 if u still have problems...
{
     //ON PTC HERE
} else {
     //OFF PTC HERE
}
also with the flying off the edge thing, switch ur PTC's around and then u should be good to go (the values of PTC)
You could just do
Code:
 if(fly){

		if( GetAsyncKeyState(VK_SPACE) < 0 )
			pRunConsoleCommand( "PlayerGravity 800" );
 }else{
	 		if( GetAsyncKeyState(VK_SPACE) < 0 )
			pRunConsoleCommand( "PlayerGravity -800" );
}
Guys stop posting your shit.

He got enough.
Quote Originally Posted by Sydney View Post
Guys stop posting your shit.

He got enough.
Agreed! 0
Quote Originally Posted by Sydney View Post
Guys stop posting your shit.

He got enough.
nahh imma just keep goin
Quote Originally Posted by Wilds View Post
nahh imma just keep goin
Keep that doing noob spamz0r
Quote Originally Posted by Sydney View Post
Keep that doing noob spamz0r
u called N00B a spamz0r
Quote Originally Posted by Sydney View Post
noob spamz0r
I AM NOT SPAMZ0R.
No I didnt called noob a Spamz0r
lol looks like u did :P

but anyway, STAY ON TOPICC this thread'll get closed if u dont :b
Posts 1626 of 26 · Page 2 of 2

Post a Reply

Tags for this Thread

None

Need help?