Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- scriptName "functions_paycheckIncrease_1";
- /*--------------------------------------------------------------------
- Author: Maverick (ofpectag: MAV)
- File: functions_paycheckIncrease_1.sqf
- <Maverick Applications>
- Written by Maverick Applications (www.maverick-apps.de)
- You're not allowed to use this file without permission from the author!
- --------------------------------------------------------------------*/
- #define __filename "functions_paycheckIncrease_1.sqf"
- _ownsDependency1 = [life_currentExpPerks, "perk_paycheck_2"] call mav_ttm_fnc_hasPerk;
- _ownsDependency2 = [life_currentExpPerks, "perk_paycheck_3"] call mav_ttm_fnc_hasPerk;
- _ownsDependency3 = [life_currentExpPerks, "perk_paycheck_4"] call mav_ttm_fnc_hasPerk;
- _ownsDependency4 = [life_currentExpPerks, "perk_paycheck_5"] call mav_ttm_fnc_hasPerk;
- _ownsDependency5 = [life_currentExpPerks, "perk_paycheck_6"] call mav_ttm_fnc_hasPerk;
- _ownsDependency6 = [life_currentExpPerks, "perk_paycheck_7"] call mav_ttm_fnc_hasPerk;
- _ownsDependency7 = [life_currentExpPerks, "perk_paycheck_8"] call mav_ttm_fnc_hasPerk;
- _ownsDependency8 = [life_currentExpPerks, "perk_paycheck_9"] call mav_ttm_fnc_hasPerk;
- _ownsDependency9 = [life_currentExpPerks, "perk_paycheck_10"] call mav_ttm_fnc_hasPerk;
- if (!_ownsDependency1 && !_ownsDependency2&& !_ownsDependency3&& !_ownsDependency4&& !_ownsDependency5&&
- !_ownsDependency6&& !_ownsDependency7&& !_ownsDependency8&& !_ownsDependency9&& !_ownsDependency10)
- then {
- life_paycheck = life_paycheck * 1.1;
- };
Add Comment
Please, Sign In to add comment