Results 1 to 3 of 3

Thread: Players can teleport on a mission I made...

  1. #1
    Staff Sergeant Acelondoner's Avatar
    Join Date
    Apr 8 2010
    Location
    The clue is in my username ;)
    Posts
    296

    Players can teleport on a mission I made...

    I am making a multiplayer mission for OA. I went to test it with a few people and for some reason, If someone opens the map and clicks somewhere, it will instantly teleport them there

    I'm not sure why it does this and would really like to get rid of it as it defeats the whole convoy thing in my mission.

    The only script I have used so far in my mission is Upsmon.

    I have also used the simple support module and military makers module.

    I hope someone can help me, thanks

    EDIT: I've just found that it is apparently a feature with the Upsmon script. Anyone know how to disable teleporting in this script?
    Last edited by Acelondoner; Jul 17 2010 at 14:46.

  2. #2
    Hello Acelondoner,

    I´m not a novice scripter and it´s hard to say anything without having a look in your missionfolder. Just an idea, if you used the last UPSMON-version with all the included and related script files, you will find an init.sqf. When you open this file you would possibly find a code:

    Code:
    onMapSingleClick "player setpos _pos";
    If so, you need to put two slashes right in front of the code. It would look like following:

    Code:
    //onMapSingleClick "player setpos _pos";
    Safe the file and try to play your mission again.
    *TEK*TONI
    ---------------
    ..keep on rollin´

  3. #3
    Staff Sergeant Acelondoner's Avatar
    Join Date
    Apr 8 2010
    Location
    The clue is in my username ;)
    Posts
    296
    Author of the Thread
    Quote Originally Posted by *TEK*TONI View Post
    Hello Acelondoner,

    I´m not a novice scripter and it´s hard to say anything without having a look in your missionfolder. Just an idea, if you used the last UPSMON-version with all the included and related script files, you will find an init.sqf. When you open this file you would possibly find a code:

    Code:
    onMapSingleClick "player setpos _pos";
    If so, you need to put two slashes right in front of the code. It would look like following:

    Code:
    //onMapSingleClick "player setpos _pos";
    Safe the file and try to play your mission again.
    Yes, thank you. I just found this by searching the Upsmon thread aswell. Thanks for the help, appreciated

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •