Einzelnen Beitrag anzeigen
Alt 17.10.2013, 20:20   #779 (permalink)
dirtyhaz
Newbie
 
Registriert seit: 20.07.2013
Beiträge: 7
Standard

Zitat von Walt71 Beitrag anzeigen

Hi All, Hi Xéno

Thanks for the new version of the Domination! (2.99p)
and thank you for making us of this very good campaign be profitable.

This version is on our server, currently with 4 mods (CBA A3, sthud, Fa/18 and R3F weapons and uniforms) and the VAS 2.0 (use of the VAS to avoid a multitude of Box) .

Version very stable, no error for the moment. I would like to install the VAS on the box of the 'Call Drop', if i could have a little help.

Thank you in advance to all for the assistance provided, and big thank you Xeno for all this work.

Inside x_setupplayer.sqf find this:
Code:
[QGVAR(air_box), {_box = GVAR(the_box) createVehicleLocal _this;_box setPos [_this select 0,_this select 1,0];player reveal _box;[_box] call FUNC(weaponcargo);_box addEventHandler ["killed",{deleteVehicle (_this select 0)}]}] call FUNC(NetAddEventToClients);
Replace it with this:
Code:
//[QGVAR(air_box), {_box = GVAR(the_box) createVehicleLocal _this;_box setPos [_this select 0,_this select 1,0];player reveal _box;[_box] call FUNC(weaponcargo);_box addEventHandler ["killed",{deleteVehicle (_this select 0)}]}] call FUNC(NetAddEventToClients);
[QGVAR(air_box), {
_box = GVAR(the_box) createVehicleLocal _this;
_box setPos [_this select 0,_this select 1,0];
player reveal _box;
[_box] call FUNC(weaponcargo);
_box addAction ["<t color='#eeeeee'>Virtual Ammobox</t>", "VAS\open.sqf"];
_box addEventHandler ["killed",{deleteVehicle (_this select 0)}];
}] call FUNC(NetAddEventToClients);
Dirty Haz
dirtyhaz ist offline