f3cuk / WICKED-AI

Wicked AI missions for your server
30 stars 59 forks source link

Updatede smoke function #10

Closed nerdalertdk closed 10 years ago

nerdalertdk commented 10 years ago

Might be fun to do this.

_dayTime = dayTime;
if (_dayTime > 18.5 && _dayTime < 6) then {
// NIGHT
_smokeMarker = "ARTY_Flare_Medium" createVehicle getPosATL _loot_box;
_smokeMarker setPosATL (getPosATL _loot_box);
_smokeMarker attachTo [_loot_box, [0,0,0]];
} else {
// DAY
_smokeMarker = "smokeShellPurple" createVehicle getPosATL _loot_box;
_smokeMarker setPosATL (getPosATL _loot_box);
_smokeMarker attachTo [_loot_box,[0,0,0]];
};
f3cuk commented 10 years ago

Yeah that should be pretty cool. Cant wait to start work on this again :P

nerdalertdk commented 10 years ago

Added in last. If update