Same problem here.
Maybe this script doesn´t works on 1.0.2.5
Please Help !
Thx in advance.
Getting the same problem on 1.0.2.5
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Same problem here.
Maybe this script doesn´t works on 1.0.2.5
Please Help !
Thx in advance.
Assuming you are using this script: http://opendayz.net/threads/choochoo-trains-script.12066/#post-35675
As far as I can see there shouldn't be any issues running it on 1.0.2.5. Do you see anything in your .rpt file. Also might be worth adding some debug code in to see what is happening..
chooChooCode2 = {
waitUntil { !isNil ("dayz_locationCheck") };
_train = _this select 3;
while {true} do
{
_pos = getPos _train;
sleep 15;
if ((_pos distance _train) < 10) then
{
terminate dayz_locationCheck;
{
deleteVehicle _x;
} foreach (nearestObjects [[6684,2781], ["land_cncblock_stripes", "hiluxwreck"], 10] + nearestObjects [[7976,3288], ["uazwreck"], 10]);
_this spawn chooChooCode;
};
};
};
chooChooCode2 = {
waitUntil { !isNil ("dayz_slowCheck") };
_train = _this select 3;
while {true} do
{
_pos = getPos _train;
sleep 15;
if ((_pos distance _train) < 10) then
{
{
deleteVehicle _x;
} foreach (nearestObjects [[6684,2781], ["land_cncblock_stripes", "hiluxwreck"], 10] + nearestObjects [[7976,3288], ["uazwreck"], 10]);
_this spawn chooChooCode;
};
};
};
Need I say it... Sheep is here! I'm adding this to the repack so I'll see if I can improve it, i will add a check to see if train is moving and if it's not (train tangled) it will reset the train, I'm also makesng it travel the entire train lineI installed it about 3-4 months ago and i can confirm it worked on my DayZ 1.8.0.3 server DayZ.st ... it was pretty cool it was like a 2-3 door train that went from cherno to elektro with a chance to go other places as well but i would love to see somone improve this script
Dude that would be fantastic!
If you need someone with a towel and a water bottle standing behind you giving you motivational speaches and shoulder rubs just give me a shout XD, loving this script while it was working and would love to see it back.
Tried looking at it myself and I can safely say this is several leagues above me and I'm not going to be any help XD