Arn Olsen

Member
  • Content count

    13
  • Donations

    0.00 EUR 
  • Joined

  • Last visited

Community Reputation

0 Neutral

About Arn Olsen

  • Rank
    Bambi

Recent Profile Visitors

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

  1. Arn Olsen

    Ban on loot inventory of some NPCs

    Is it so much easier? I just need 3 units possessed such qualities. On the whole big map with hundreds of emerging NPCs, I only need this three. It will be something like a boss who will have a unique weapon and armor, which should not be left to the players. So I'm just looking for the correct code that would load the "init" field of the three units.
  2. I need to make sure that players can not take loot from some NPCs. I tried to insert such code in the unit initialization field: player addEventHandler ["InventoryOpened",{ _this spawn { waitUntil { not isNull findDisplay 602 }; if (_this select 1 isKindOf "Man") then {closeDialog 602} } }]; But it works for me only in the editor. On the server corpses still can be robbed. How to do it?
  3. Arn Olsen

    Death after sudden disconnect

    On my server, all players die after any accidental disconnection. The client is frozen- death Bad module error- death Lost connection to the server - death etc... Perhaps this is some kind of protection from the "combat-relog", but my server is played mostly by friends and disconnects happen without malicious intent. And very disappointing when the server kills the players in this case. Is there any way to fix this?
  4. Arn Olsen

    [Updated V4]EVR Blowout for Exile

    hogansheroes HI! There are a few more questions How can I adjust the resistance level? Where can you reset the resistance level of the player to zero? I even completely removed myself from the database, but at the same time my level of resistance remained. And it does not disappear after death. How to fix it?
  5. Arn Olsen

    [Updated V4]EVR Blowout for Exile

    hogansheroes I found my mistake. I was wrong in INIT.sqf This became clear when I did not manage to set the release time in the init. sqf, but it turned out in a blowout_server.sqf Now everything works, thank you very much!
  6. Arn Olsen

    [Updated V4]EVR Blowout for Exile

    Yes, I am now doing so
  7. Arn Olsen

    [Updated V4]EVR Blowout for Exile

    Thank you! While they complained that nothing harmed them. I hope at last I will fix it and players will be happy to look for shelter
  8. Arn Olsen

    [Updated V4]EVR Blowout for Exile

    I asked you recently about the damage. I just can not get the blowout to hurt the players. And I'm puzzled that the messages after the blowout contain the letter "N", not the number of resistance. I ask to help where I was mistaken Thank you
  9. Arn Olsen

    [Updated V4]EVR Blowout for Exile

    That's what I see right after the blowout
  10. Arn Olsen

    [Updated V4]EVR Blowout for Exile

    I'm worried that there is no damage and the message of resistance is reported not by numbers, but by the letter "N" and "%". Without any numbers
  11. Arn Olsen

    [Updated V4]EVR Blowout for Exile

    I have set these parameters, but there is still no damage. And at the end of the blowout, the system gives a message that I have "N% resistance". Thanks for your help, I hope to fix this wonderful thing.
  12. Arn Olsen

    [Updated V4]EVR Blowout for Exile

    I checked with the default parameters from your link
  13. Arn Olsen

    [Updated V4]EVR Blowout for Exile

    I have everything working visually, the sound is there, but the player does not get any damage