The-Programmer Forum

LittleBonnet a écrit le dernier message :
#7
Dans ton fn_vehicleShopBuy.sqf, essaye de remplacer cette ligne :
Code:
[_vehicle,"vehicle_info_owners",[[getPlayerUID player,profileName]],true] remoteExecCall ["TON_fnc_setObjVar",RSERV];
par :
Code:
_vehicle setVariable ["vehicle_info_owners",[[getPlayerUID player,profileName]],true];
C'est tout bon merci beaucoup ca me rendais fou hahaha :) !!