Search results

  1. T

    Run script on trigger

    I'm almost there now. I'm getting the message from class Effects { titleType="TEXT"; titleEffect="PLAIN DOWN"; title="You are entering a restricted zone please leave."; }; However I'm not getting any from the adminbase.sqf...
  2. T

    Run script on trigger

    I'm having a few problems. Here's what I've got so far adminbase.sqf if ((getPlayerUID player) in ["123382982",]) exitWith { titleText ["You are cleared to stay... Welcome back.", "PLAIN DOWN", 3]; } else { titleText ["This base is protected by a deadly nerve gas agent.. LEAVE NOW!", "PLAIN...
  3. T

    Run script on trigger

    Wow, thanks a lot. So all I need to do is add my unique_id's in from my database, and change the position[] var to the location I want?
  4. T

    Run script on trigger

    Yeah, I wanna put it around our admin base, so people get a warning message, and if they don't leave within e.g. 1 minute they get killed.
  5. T

    Run script on trigger

    I'd wanted to run some script when people enter certain areas of my map. I'd guess the best way to do this would be attach the scripts to triggers, but I cant find any tutorials on how to do this. Would it be as simple as running ExecVM "myScript.sqf" on the trigger? Or is there some other...
  6. T

    DayZ GUI Loadout Editor for Bliss (v1.1)

    Does anyone have images for all the other backpacks rather than just the patrol pack?
  7. T

    Putting markers onto my server

    Okay in the folder with my beidi file I have a sqf file (mission.sqf) which has these markers at the bottom _this = createMarker ["Out_of_Bounds_1", [13417.87, 5933.0527, 0]]; _this setMarkerType "Flag"; _this setMarkerBrush "Solid"; _this setMarkerSize [3, 3]; _marker_2 = _this; _this =...
  8. T

    Putting markers onto my server

    I can see the markers I put in during preview, how do I get these onto my server?
  9. T

    Putting markers onto my server

    Okay thanks, I'll give it a try later when I get home
  10. T

    Putting markers onto my server

    How do I tell if the markers are banned? Sorry I'm really new to this haha :p
  11. T

    Putting markers onto my server

    I'm trying to set up a few restricted zones, I've found scripts what seem to do the trick, however, I can't set up the markers. I've put them on my map but I can;t get them onto my server. Is there a tut anywhere on how to do it?
  12. T

    Adding fields to the bliss database

    I'm making a website for my server and I'd like to add some custom fields into the database for website purposes only. Would this affect the game?
  13. T

    Zombie no spawn zone

    I've found many posts on the topic but non so far have worked. Is there any tutorials around on how to stop zombies spawning in a certain area? I've built a base and would like zombies not to spawn in it.
Back
Top