Jump to content

pizzaboy150

Member
  • Content Count

    4
  • Joined

  • Last visited

  • Medals

Community Reputation

1 Neutral

About pizzaboy150

  • Rank
    Rookie
  1. pizzaboy150

    Mission Scripting BASIC WAYPOINTS

    bing GROUP HELO is the key thank you!
  2. pizzaboy150

    Mission Scripting BASIC WAYPOINTS

    nope still not working? i know the script is running because i added a hint statment?
  3. Hi Chaps, I cannot get the waypoint script to work? I have a chopper named "helo" and my player has the action -> this addAction["Move Chopper", "move.sqf"]; I have a helipad name "pad"; my move.sqf -> _padPos = getPos pad; _wp1 = helo addWaypoint[_padPos,0]; nothing happens chopper just sits there can't figure it out, the chopper is manned and has no waypoints set from default?
  4. Hey guys baffle by this one explanation would help as to why it displays an error? //height display script _unit = _this select 0; _b = 2000; _string = ""; while {_b > 10} do { _b = getPosATL _unit select 2; _string = format["Altitude - %1", _b]; hint _string; //sleep 0.2; }; Thanks
×