10:06:59 Error in expression <illedat", time];
};
if ((_mission) AND (clean_running_mission)) then {
_veh setD>
10:06:59 Error position: <clean_running_mission)) then {
_veh setD>
10:06:59 Error Undefined variable in expression: clean_running_mission
10:06:59 File z\addons\dayz_server\WAI\compile\vehicle_monitor.sqf, line 17
10:06:59 Error in expression <illedat", time];
};
if ((_mission) AND (clean_running_mission)) then {
_veh setD>
10:06:59 Error position: <clean_running_mission)) then {
_veh setD>
10:06:59 Error Undefined variable in expression: clean_running_mission
10:06:59 File z\addons\dayz_server\WAI\compile\vehicle_monitor.sqf, line 17
10:07:00 Error in expression <illedat", time];
};
if ((_mission) AND (clean_running_mission)) then {
_veh setD>
10:07:00 Error position: <clean_running_mission)) then {
_veh setD>
10:07:00 Error Undefined variable in expression: clean_running_mission
10:07:00 File z\addons\dayz_server\WAI\compile\vehicle_monitor.sqf, line 17
File it says the error is in
if (!isServer) exitWith {};
private ["_mission","_veh"];
_veh = _this select 0;
if (count _this == 2) then {
_mission = _this select 1;
} else {
_mission = false;
};
waitUntil { count crew _veh > 0};
while {(alive _veh) and ({alive _x} count crew _veh > 0)} do {
_veh setVehicleAmmo 1;
_veh setFuel 1;
if ({alive _x} count crew _veh == 0) then {
_veh setDamage 1;
_veh setVariable ["killedat", time];
};
if ((_mission) AND (clean_running_mission)) then {
_veh setDamage 1;
_veh setVariable ["killedat", time];
};
sleep 30;
};
_veh setDamage 1;
_veh setVariable ["killedat", time];
Question
Renegade2k6
Error Message from RPT
File it says the error is in
Any Help Appreciated Cheers
Link to comment
Share on other sites
4 answers to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now