Jump to content

SvenSki

Member
  • Content Count

    2
  • Joined

  • Last visited

  • Medals

Community Reputation

0 Neutral

About SvenSki

  • Rank
    Newbie
  1. Or if anyone is willing to help here is the full script of the teleport file,if you have a better way to incorporate the halo jump into it.
  2. This is an edited script of Simple Cheat menu's teleport feature,I am trying to make it(for personal use) instead of teleporting you on the ground you go halo jumping in the air from 1200m at the position you click. Now it works as far as the halo jump,but it doesn't initiate the setpos _pos lines(they get their mapclick position info from another line in the sqf) so you go in the air halo jumping but at the original position the character is,it doesnt teleport. This is the line: BRG_fnc_TelePort = {if (!_shift and _alt) then {([player, 1200] call BIS_fnc_halo) setpos _pos}}; I am sure I am messing up brackets of something,can any good man fix this line with proper brackets so the setpos _pos also gets loaded?
×