A3Wasteland / ArmA3_Wasteland.Stratis

A3Wasteland is a survival sandbox mission for Arma 3 where two teams and independent players fight for survival. Built in collaboration between GoT, TPG, KoS, 404Games, and others. –
http://a3wasteland.com/
GNU Affero General Public License v3.0
39 stars 79 forks source link

Mission Vehicles #82

Closed Soloknight closed 6 years ago

Soloknight commented 8 years ago

Main Battle Tank mission

get this error in the logs after completing it

14:27:40 Error in expression <ehicle _vehicle; };

_successExec = {

[_veh, 1] call A3W_fnc_setLockState;

_s> 14:27:40 Error position: <_veh, 1] call A3W_fnc_setLockState;

_s> 14:27:40 Error Undefined variable in expression: _veh 14:27:40 File mpmissions__cur_mp.Stratis\server\missions\mainMissions\mission_VehicleCapture.sqf, line 192

now [_veh, 1] call A3W_fnc_setLockState; // Unlock Should be [_vehicle, 1] call A3W_fnc_setLockState; // Unlock

AgentRev commented 8 years ago

already fixed not pushed yet

Soloknight commented 8 years ago

your a maniac, I going to push another donation this week ;-)

marcoroesch commented 7 years ago

The Boot are inside the Vehicle in the Gunner of the Main Battle Tank and Anti Aircraft Vehicle, what is the solution?