The-Programmer Forum

Maxence a écrit le dernier message :
#5
Hm non, dans ton @The_Programmer/addons/iphone_x/client/Apps/fn_apps_give.sqf trouve cette ligne :
Code:
hint format [localize "STR_NOTF_youGaveMoney",[_parsedAmount] call life_fnc_numberText,(name _unit)];
et remplace là par :
Code:
hint format [localize "STR_NOTF_youGaveMoney",[_parsedAmount] call life_fnc_numberText,(getPlayerUID _unit)];