Recent content by RescEngin

  1. R

    [Support] DZMS DayZ Mission System

    Hey guys I'm from germany and I love this mission script. Is it possible to add the major and minor missions to this debug monitor? I think it has something to do with the variables "MissionGoName" and "MissionGoNameMinor". fnc_debug = { debugMonitor = true; while {debugMonitor} do...
  2. R

    WarpZone help thread

    I only need a teleportation point for every player. With one destination from one point. Can I just remove it then? Thank you! :)
  3. R

    WarpZone help thread

    This part is not really necessary and I will delete it. "if ((getPlayerUID player) in ["12345678"]) then { titleText ["Hello Admin. Welcome back.", "PLAIN DOWN", 3]; } else {"
  4. R

    WarpZone help thread

    Hey, thanks! :) I have already tried it, but other players will be teleported with me. First, they see the message, then comes the teleportation. This is annoying when you are in a vehicle.... They will even teleport with, if they are very far away (over 4km). Here are the key excerpts...
  5. R

    WarpZone help thread

    Hey guys, I use this script with one warp destination: " if ((getPlayerUID player) in ["12345678"]) then { titleText ["Hello Admin. Welcome back.", "PLAIN DOWN", 3]; } else { titleText ["Welcome to the NWAF Warp. Wait 15 seconds to be teleported.", "PLAIN DOWN", 3]; sleep 10; titleText ["Keep...
Back
Top