Skip to content

Commit

Permalink
civ_killed_pos pveh
Browse files Browse the repository at this point in the history
  • Loading branch information
nomisum committed Mar 14, 2016
1 parent d5a3b81 commit b73e497
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Engima/Traffic/Server/randomCivilian.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ randomCivilian = {
(_this select 0) addEventhandler ["Killed",
{
CIV_KILLED_POS = (position (_this select 0));
diag_log format ["civ killed at %1",CIV_KILLED_POS];
publicVariableServer "CIV_KILLED_POS";
}];

};
Expand All @@ -120,7 +122,7 @@ randomCivilian = {
sleep 0.1;
[_unit] call _reclotheHim;
// [_unit] call addFleeingBehaviour;
[_unit] call addKilledNews;
[_unit] call addKilledNews;



Expand Down

0 comments on commit b73e497

Please sign in to comment.