mirror of
https://github.com/Defent/DMS_Exile.git
synced 2024-08-30 16:52:12 +00:00
Fixed killfeed
May end up adding a notification to client about poptabs separately
This commit is contained in:
parent
37363a963d
commit
c300f83bb4
@ -111,7 +111,7 @@ if ((!isNull _playerObj) && {(getPlayerUID _playerObj) != ""}) then
|
|||||||
_playerObj setVariable ["ExileScore",_respect];
|
_playerObj setVariable ["ExileScore",_respect];
|
||||||
|
|
||||||
// Send frag message
|
// Send frag message
|
||||||
[_playerObj, "showFragRequest", [[["AI Kill",_repGain]]]] call ExileServer_system_network_send_to;
|
[_playerObj, "showFragRequest", [ [["AI KILL",_repGain]] ] ] call ExileServer_system_network_send_to;
|
||||||
|
|
||||||
// Send updated respect value to client
|
// Send updated respect value to client
|
||||||
ExileClientPlayerScore = _respect;
|
ExileClientPlayerScore = _respect;
|
||||||
|
Loading…
Reference in New Issue
Block a user