#include "..\script_component.hpp" /* * Function: forge_client_money_fnc_giveCash * Author: IDSolutions * * [Description] * 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";