Long Beard

Member
  • Content count

    26
  • Donations

    0.00 EUR 
  • Joined

  • Last visited

Community Reputation

5 Neutral

About Long Beard

  • Rank
    Bambi

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Long Beard

    Quick newb question about safes

    Yep, you cannot add constructed player items without placing a flag 1st. I believe you CAN place tents. You can store stuff in them but they can't be locked. I know players on my server do this and hide them in remote spots.
  2. Long Beard

    Getting Init Server Side?

    Haha, you mean the noddy car? Well great news is they added the Gendarmarie offroad which has working lights. That will do for my needs. I can always reskin them too
  3. Long Beard

    Exile Tanoa Verdic

    Thanks for all the feedback. I think for now I'll stick with Altis, mainly since many find a substantial FPS drop.
  4. Anyway to substitute roaming AI helis for Darter drones? I tried to switch them out but they don't spawn.
  5. Long Beard

    AI Drones

    I had a look for this but it looks like it's not been supported for a while. Which version do you use and where to get it?
  6. Long Beard

    Exile Tanoa Verdic

    So guys I switched our server over to Tanoa for testing and my initial thoughts were that the map is perhaps a little to small to be successful for Exile. Another concern is it prevents many players who don't have the DLC from joining thus impacting server population. What's your thoughts on the new map with Exile. Anyone having success with it? How's it going generally?
  7. Long Beard

    Periodically Show Player Positions on Map?

    We're a semi RP server with a admin controlled bounty & Law system. If someone is killing players frequently, then they get a bounty and their 'last known' (rough) position is periodically marked on the map allowing the other players to hunt them for the reward. So far it's been welcomed and enjoyed, but is dependent on admin being online. Was looking to maybe automate it a little. On reflection however, I think showing all players, even the peaceful ones would be counter productive so for now we'll stick with the manual version.
  8. To encourage PVP on my server I would like to display player positions on the map periodically. Is there a way to do this?
  9. Long Beard

    Getting Init Server Side?

    So looks like there is no way to do this? TLDR: I wan't to spawn the white offroad with the in game default police lights. Is there a way to do this server side?
  10. Long Beard

    Getting Init Server Side?

    Hey guys and girls. First of, would just like to say, great & helpful community. Ok so now my question. I would like to add a police vehicle into my server (for admins - not general sale) without having to have people download a separate mod. So far my searches have not found an easy way to do this. So, I have managed to simply modify the basic white exile offroad to have police lights using a simple code in the init section within the editor. I have managed easily to get custom buildings placed in the server, but I suspect any item I place with code in the init will not transfer over serverside. Init code in the vehicle is _null = this spawn {_this animate ["HideBumper2", 0]};_null = this spawn {_this animate ["HidePolice", 0]};_null = this spawn {_this animate ["HideConstruction", 0]};_null = this spawn {_this animate ["HideBackpacks", 0]}; How can I get this to show server side? I am very new to all this so please be gentle and jargon free. Many thanks.
  11. Long Beard

    Problem with Safe Zone Lockers

    Yep it was infistar. I watched the live server logs and got someone to try locker. Threw up an error with IDD 24029. I added 24029 to the infistar white list and it fixed it. I would suggest you guys do the same in case it's a different IDD number for you.
  12. Long Beard

    AI Drones

    Problem there is they fly over periodically and always seem to fly over the airport. I'm kinda looking for drones buzzing around the skies
  13. Long Beard

    Problem with Safe Zone Lockers

    Yes running latest version. Will check the logs.
  14. Long Beard

    Problem with Safe Zone Lockers

    Got a wee problem on my server. Players who access the lockers in the safe zone report the window opens for a couple of seconds then closes. Anyone else experiencing this or have an idea on what's causing it and how to resolve it? Many thanks.