Activate Super Jump
#4

Код:
if(newkys == KEY_JUMP )
{
   if( super_jump[playerid] == 1)
  {
      if(!IsPlayerInAnyVehicle(playerid) )
      {
          new Float:SuperJump[3];
          GetPlayerVelocity(playerid, SuperJump[0], SuperJump[1], SuperJump[2]);
          SetPlayerVelocity(playerid, SuperJump[0], SuperJump[1], SuperJump[2]+5);
      }
      else return SendClientMessage(playerid ,COLOR_ORANGE ,"You can't super jump while you are in vehicle!");
  }
}
Reply


Messages In This Thread
Activate Super Jump - by kbalor - 20.08.2012, 17:36
Re: Activate Super Jump - by detter - 20.08.2012, 17:40
Re: Activate Super Jump - by kbalor - 20.08.2012, 17:55
Re: Activate Super Jump - by detter - 20.08.2012, 18:08
Re: Activate Super Jump - by [MWR]Blood - 20.08.2012, 18:09
Re: Activate Super Jump - by kbalor - 20.08.2012, 18:10
Re: Activate Super Jump - by [MWR]Blood - 20.08.2012, 18:12
Re: Activate Super Jump - by detter - 20.08.2012, 18:12
Re: Activate Super Jump - by Lordzy - 20.08.2012, 18:17
Re: Activate Super Jump - by kbalor - 20.08.2012, 18:26

Forum Jump:


Users browsing this thread: 1 Guest(s)