Ppgtjmad / SimpleShops

[HG] Simple Shops
27 stars 8 forks source link

HUD disappears on single player save/reload #64

Closed jpakkanen closed 3 years ago

jpakkanen commented 3 years ago

After saving and reloading (in a single player scenario) the HUD is not rendered back on screen after the game has loaded.

I'm able to get it back by binding the HG_fnc_HUD function call into an action

[0] remoteExecCall ["HG_fnc_HUD",(owner player),false];

I assume this function should be called after reloading the save.

Ppgtjmad commented 3 years ago

Hello @jpakkanen

I did not think about the saving feature in single player when designing SimpleShops.

I am working on it right now, will post back here soon with the update.

Thanks for your report.

Ppgtjmad commented 3 years ago

There you go:

8198684b66beb8825aa2df440a782512637a5a25

jpakkanen commented 3 years ago

Perfect, works like a charm! Thank you for the quick fix!