Search results

  1. A

    Need the line form scripts.txt to kick for accessing server controls

    Hi, As the title says, I would like the line (to add to my scripts.txt) that kicks players if they attempt to access the server control. I have not noticed when, but somehow I have removed/disabled this line. Thanks for any help.
  2. A

    Deleting and respawning specific vehicles at each restart

    Hi, I would like to be able to reset certain vehicle types - boats, bicycles and planes - at each restart. Not to simply delete them, but to also respawn them. Is this possible? If so could someone advise me on how I should do this, or perhaps point me in the right direction? Thanks.
  3. A

    Using set dates gets rid of night time?!

    Hi, So I've used the method of setting a permanent date through the server_cleanup.fsm and server_monitor.sqf, but I've noticed after doing this there is no night time. At all. The sun doesn't even move in the sky. To be sure I tried with 3 different dates, each of which is a different time of...
  4. A

    If you run a DayZ.st server look in here!

    I would recommend you ban this guy; guid : c0d71844016e2ff23136d356e5a27637 ip : 176.248.88.143 Earlier today he stole our Rcon password and unbanned himself. We have since managed to recover, but it was a pain in the ass, due to all the secure processes our various tools use. I suggest if...
  5. A

    Updated HUD for Tavi

    What it says on the tin. I'm looking for a way to implement the current DayZ HUD in my Tavi server. I'm sure it's easy to do with some of the code from my dayz_code.pbo in my @DayZ folder, but I don't know what I'm looking for. When I say 'current' I mean the icons draining how filled with...
  6. A

    A little SQL help, please

    Hi, I'm trying to ensure vehicles will always respawn if they are destroyed, but I'm not familiar enough with SQL to 'say' it correctly. Here's what I have; UPDATE 'instance_vehicle' SET 'damage' = 0, 'worldspace' = 'worldspace'.'world_vehicle', 'inventory' = 'inventory'.'world_vehicle'...
  7. A

    kicked by BattlEye: Corrupted Data #5

    Hi, I have noticed this appearing very recently. I googled this and found a forum post about radar hacking; Bearing in mind this was translated. Should I be banning people who attempt to connect and get this error? I have NEVER seen it before, but it has appeared 3 times today alone.
  8. A

    How can I correctly reference this file from my init.sqf?

    Hi, I would like to tell my init.sqf file to use a custom cfgVehicles.hpp file, which I have placed inside my mission.pbo's fixes folder. From my understanding it would look something like this _cfgVehicles = [] execVM "fixes\cfgVehicles.hpp"; or maybe if (!isDedicated) then { [] execVM...
  9. A

    Hosting method suggestions please

    Hi, I'm really not sure if this falls into this; WE ARE NOT A SUPPORT FORUM FOR ANY SERVER HOSTING COMPANY! IF YOU POST ANYTHING RELATED TO A HOSTING COMPANY YOU WILL BE PERMA-BANNED! If it does, please remove and ignore this thread. I would rather not be perma-banned for my ignorance :)...
  10. A

    ... has been kicked by BattlEye: CreateVehicle Restriction #1

    Hi, I'm having a (seemingly) random issue where after an unspecified amount of time the server I run will begin to kick every player when they try to spawn in. It gives the reason as; CreateVehicle Restriction #1. Now this doesn't happen all the time, and when it does it can be fixed by...
  11. A

    Kicked for firing UAZ mounted gun

    Hi, On my dayztaviana.com server folks have been getting kicked for the past week (since the latest dayz & arma update) when using the UAZ with the mounted 50 cal. I believe it's script restriction #85. I've tried searching around, but keep turning up empty. Would anyone be able to advise me...
Back
Top