Fixed killfeed

May end up adding a notification to client about poptabs separately
This commit is contained in:
eraser1 2015-08-31 02:50:19 -05:00
parent 37363a963d
commit c300f83bb4

View File

@ -111,7 +111,7 @@ if ((!isNull _playerObj) && {(getPlayerUID _playerObj) != ""}) then
_playerObj setVariable ["ExileScore",_respect];
// 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
ExileClientPlayerScore = _respect;