preister / Celts_Altis_Life

Celts Clan Arma 3 Altis Life RPG Multiplayer mission
6 stars 5 forks source link

Advanced pilots licence is borked #112

Closed Duubz closed 9 years ago

Duubz commented 9 years ago

22:26:58 C_Heli_Light_01_civil_F: Throttle01_01 - unknown animation source throttleRTD1 22:27:16 Error in expression <all life_fnc_licenseType;

if(life_cash < _price) exitWith {hint format[localize> 22:27:16 Error position: << _price) exitWith {hint format[localize> 22:27:16 Error <: Type Bool, expected Number 22:27:16 File mpmissions__CUR_MP.Altis\core\actions\fn_buyLicense.sqf, line 14 22:27:24 Time was adjusted to keep it same as on server.

preister commented 9 years ago

@CeltS-Dubbz261

Wrong:

this addAction[format[""%1 ($%2)"",[""license_civ_adv""] call life_fnc_varToStr,[([""Advanced Pilots Licence""] call life_fnc_licensePrice)] call life_fnc_numberText],life_fnc_buyLicense,"

Right:

this addAction[format[""%1 ($%2)"",[""license_civ_adv""] call life_fnc_varToStr,[([""advpilot""] call life_fnc_licensePrice)] call life_fnc_numberText],life_fnc_buyLicense,"
Duubz commented 9 years ago

All working now, danke schön