Recent content by Svenskunganka

  1. S

    [PHP] - Small Vehicle Repair Script

    Here you go: http://tjservers.org/repairvehicles.php You can execute the script towards your server from there.
  2. S

    [PHP] - Small Vehicle Repair Script

    To execute the script you need a web-server. Either download it or you can copy the contents and put it into a somename.php file yourself. I will upload the PHP script to my web-server in a moment so you can execute the script from my website if you don't have your own.
  3. S

    Vehicles spawning fully repaired

    Your server is grayed out because it has none or just a few players. It should display as white if you find your server in the server list and not in the favorites list. Did you install the MySQL Server yourself? If so, what guide did you use?
  4. S

    [PHP] - Small Vehicle Repair Script

    Hello. I just finished my little vehicle repair PHP script that you can use to repair all the vehicles in the instance_vehicle table. Restart your server after you've ran the script. Execute the script here: http://tjservers.org/repairvehicles.php (In case you don't have a web-server...
  5. S

    Vehicles spawning fully repaired

    Run this SQL code in phpMyAdmin if you have it. Otherwise use whatever SQL Tool you have. UPDATE `vehicle` SET `damage_min` = '0.000', `damage_max` = '0.000'; If you want the vehicles to spawn with max fuel aswell use this SQL code instead: UPDATE `vehicle` SET `damage_min` = '0.000'...
  6. S

    Fatal:Database Migration Failed

    I got that issue when I moved my mission PBO from DayZ.ST to my own hosting. Here's how I solved it: 1. Extract your mission PBO (MPMissions/dayz_x.chernarus.pbo) 2. Edit your init.sqf and find this code: dayZ_instance 3. Change the instance value to the same instance as your server. In my...
  7. S

    How to make sure vehicles are respawning.

    I have the same issue...
Back
Top