Arma 3
Blockchain Tools
Showing 1-1 of 1 entries
Update: 13 Apr, 2023 @ 6:26pm

added modules:
init // volume sets limit to server's total funds
payout // payout is amount given to all players
added functions:
[getplayeruid player] call blockchain_fnc_balance;
_chain=call blockchain_fnc_chain;
[_cypher_text,_salt,_password] call blockchain_fnc_dnc;
[_plain_text,_salt,_password] call blockchain_fnc_enc;
blockchain_fnc_init // use module
blockchain_fnc_payout // use module
[_sender,_receiver,_amount] call lblockchain_fnc_send;
_boolean=call blockchain_fnc_verify;
[[false,true] select (_reset_everything)] call blockchain_fnc_zero;