#include "..\script_component.hpp" /* * Author: IDSolutions * Send money to player * * Arguments: * 0: Target to send money * * Return Value: * N/A * * Examples: * [cursorObject] spawn forge_client_money_fnc_giveCash; * * Public: Yes */ FORGE_cashGiveTarget = _this select 0; disableSerialization; createDialog "RscGiveCash";