mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-18 09:32:02 +03:00
0.1
This commit is contained in:
10
dayz_code/compile/player_combatLogged.sqf
Normal file
10
dayz_code/compile/player_combatLogged.sqf
Normal file
@@ -0,0 +1,10 @@
|
||||
private["_playerName","_center","_group"];
|
||||
_playerName = _this;
|
||||
|
||||
cutText [format["%1 has combat logged!",_playerName], "PLAIN DOWN"];
|
||||
|
||||
_center = createCenter sideLogic;
|
||||
_group = createGroup _center;
|
||||
cl_gamelogic = _group createUnit ["LOGIC", [0, 0, 0], [], 0, "NONE"];
|
||||
cl_gamelogic sideChat format["(COMBAT LOG) %1",_playerName];
|
||||
deleteVehicle cl_gamelogic;
|
||||
Reference in New Issue
Block a user