Search results

  1. M

    Issues with Krixus selfbloodbag script.

    Yes but the fn_selfActions.sqf is also called from the compiles.sqf you can find in your dayz_code.pbo. I just copy file over to my mission file and override the init.sqf call to the mission folder. Then i OFC change the path in compiles.sqf to the mission side fn_selfActions.sqf My point is...
  2. M

    [Release] Church heal

    I'll have a look
  3. M

    Players spawning on old/others profiles

    Im gonna give hfb a try since vilayer is a bit too expensive for me.
  4. M

    [Release] Church heal

    You try that, its working just fine for me how i have it...
  5. M

    Players spawning on old/others profiles

    Thanks, definately going to so that. I host a Epoch server on HFB witch works well. What host do you personally prefer?
  6. M

    Players spawning on old/others profiles

    Hi, My server is hosted on dayz.st (ok but servers have a lack of specs). When the server gets to 50/50 players are spawning on old or other characters profiles, witch makes everything really weird. If anyone has encountered anything like this, i would like to know a solution for it. Thanks,
  7. M

    Creating a spawn intro cut-scene?

    Try this? waitUntil {!isNil "dayz_animalCheck"}; //intro move showCinemaBorder true; camUseNVG false; _camera = "camera" camCreate [(position player select 0)-100*sin (round(random 359)), (position player select 1)-100*cos (round(random 359)),(position player select 2)+60]; _camera cameraEffect...
  8. M

    [Release] Church heal

    It should disappear staright after
  9. M

    Database optimization

    Hi Is there a way to optimize the database to work faster? When my server is at full load and 50/50 the players are getting weird bugs like loosing their chracter and spawning on the shore again. Thanks
  10. M

    BEC problems

    Got it, HFB support helped me :) I didn't have a bans.txt in my battleye folder
  11. M

    BEC problems

    Yes there is and they are both empty. And yes it should be set up correcly.
  12. M

    BEC problems

    The ingame functions are not working, and the error(log) folder is empty.
  13. M

    BEC problems

    Hi, I am trying to make auto server restart messages, but nothing shows up on the server. Im hosting with HFB. here is the scheduler.xml <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <?xml-stylesheet href="acs.xsl" type="text/xsl" ?> <Scheduler> <!-- 30 Minute Restart...
  14. M

    Hived server

    True.
  15. M

    [Release] Church heal

    Yes the fn_selfActions code would look like this //-------------------------------Mergs Church cure------------------------------------- private["_playerPos","_canCure"]; _playerPos = getPosATL player; _canCure = count nearestObjects [_playerPos...
  16. M

    Hived server

    It would not freak out but it would not show any of the epoch items
  17. M

    Hived server

    Thank you!
  18. M

    Hived server

    yeah ive thought about that. I need to somehow make the vehicles save to different DBs
  19. M

    Loot on a aircraft carrier

    Yes it is working but the loot spawns way too low.
  20. M

    Hived server

    Yes
Back
Top