Vehicles respawn problem

Aero_Cool

New Member
In my clan server have small problem when some vehicles destroyed they will not respawn. What i can do for it? server using Pwnoz0r's DayZ Private Server Pack
 
This is me respawn.bat and respawn work fine

@echo off
echo.
echo.
echo KILL arma2oaserver.exe
taskkill /im arma2oaserver.exe
echo.
ping 127.0.0.1 -n 20 >NUL
echo.
echo KILL Battleye Extended Control - Bec
taskkill /f /im bec_1.exe
echo.
ping 127.0.0.1 -n 20 >NUL
echo.
echo Executing spawn script...
cd "C:\Hry\Arma 2"
.\MySQL\bin\mysql.exe --user=xxx --password=xxxx --host=127.0.0.1 --port=xxx --database=hivemind --execute="call pMain()"
echo.
echo.
ping 127.0.0.1 -n 20 >NUL
echo.
cd "C:\Hry\Arma 2"
@start /HIGH Expansion\beta\arma2oaserver.exe -mod=@hive;@dayz -name=cfgdayz -config=cfgdayz\server.cfg -cfg=cfgdayz\arma2.cfg -profiles=cfgdayz
echo.
ping 127.0.0.1 -n 15 >NUL
echo START BEC
echo.
:: start bec
cd "C:\Hry\ArmA 2\cfgdayz\BattlEye Extended Controls"
start "" "bec_1.exe" -f config.cfg
echo.

and in function on SQL pCleanup have

DELETE
FROM object_data
WHERE Damage > '0.79';

and nothing problem. Every restart respawn damage vehicle more 79% damage
 
Back
Top