mirror of
https://github.com/Defent/DMS_Exile.git
synced 2024-08-30 16:52:12 +00:00
parent
d80c6756b1
commit
e21427f58d
@ -173,7 +173,7 @@ if ((!isNull _playerObj) && {(_playerUID != "") && {_playerObj isKindOf "Exile_U
|
||||
if (_rankChange!=0) then
|
||||
{
|
||||
_playerRank = (_playerRank+_rankChange);
|
||||
_killer setVariable ["ExileRank",_playerRank];
|
||||
_killer setVariable ["ExileHumanity",_playerRank];
|
||||
format["modifyAccountHumanity:%1:%2",_rankChange,getPlayerUID _killer] call ExileServer_system_database_query_fireAndForget;
|
||||
ExileClientPlayerHumanity = _playerRank;
|
||||
(owner _playerObj) publicVariableClient "ExileClientPlayerHumanity";
|
||||
|
Loading…
Reference in New Issue
Block a user