HALs_Store
HALs_Store copied to clipboard
Equip ( If possible ) Bug
Modded attachments ( RHS, CUP, etc ), when choosing the option to equip the item if possible, the first purchase will deduct the money but does not give the player item. Only from the second purchase will the shop give the player the item to the chosen storage.
I've been having this issue as well, I've just told my players to not equip attachments.
I've been having this issue as well, I've just told my players to not equip attachments.
I have a temporary walkaround. I'll post it here when I get home on my pc.
Any news on this?
Sorry for the late reply, please add me on discord at Adrian.J#6173. I'll send you my fixed code.
You didn't complete your Discord, I can't add you. My discord is J. Christ#9382 please add if you can!
I have the same issues, can you post the fix? It happens on dedicated server only.
Found it, change line 60 in HALs\Addons\store\functions\server\fn_purchase.sqf
From this: private _equipped = [_unit, _classname] call HALs_store_fnc_equipItem;
To this: private _equipped = [_unit, _classname] remoteExec ["HALs_store_fnc_equipItem", _unit];