Merge pull request #3 from MGTDB/patch-2
Update ExileServer_system_territory_network_payFlagRansomRequest.sqf
This commit is contained in:
commit
c166f704d7
@ -70,7 +70,7 @@ try
|
|||||||
_territoryLog = format ["PLAYER ( %1 ) %2 PAID %3 POP TABS FOR THE RANSOM OF TERRITORY #%4 | PLAYER TOTAL POP TABS: %5", _playerUID, _playerObject, _flagFee, _databaseID, _playerMoney];
|
_territoryLog = format ["PLAYER ( %1 ) %2 PAID %3 POP TABS FOR THE RANSOM OF TERRITORY #%4 | PLAYER TOTAL POP TABS: %5", _playerUID, _playerObject, _flagFee, _databaseID, _playerMoney];
|
||||||
"extDB3" callExtension format["1:TERRITORY:%1", _territoryLog];
|
"extDB3" callExtension format["1:TERRITORY:%1", _territoryLog];
|
||||||
};
|
};
|
||||||
[_sessionID, "toastRequest", ["SuccessTitleOnly", ["Random paid!"]]] call ExileServer_system_network_send_to;
|
[_sessionID, "toastRequest", ["SuccessTitleOnly", ["Ransom paid!"]]] call ExileServer_system_network_send_to;
|
||||||
}
|
}
|
||||||
catch
|
catch
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user