ID:925158
 
(See the best response by Dj dovis.)
Hi guys,

Im making a game and it needs the possibility of saving characters now i have a save code just a standard one but when it loads my character it loads but the HUD icons dont appear. Can someone explain me why or maybe some coding?

Greetings,

Chaokai

Best response
as far as I am aware you need to add the hud to the screen each time the person logs in. The best thing would be to add all the hud thats on the screen at logout to a list and save it. Then you should re-apply the hud at login.
you could save client.screen to an item in the savefile and load it.