No Pay Sorry Hope You Still Help
Problem description:
I need help with the coding in my game, heres the problem. When I log in to my game everything is fine, but when I relog into my game my stat tab is gone 0.o for some strange reason. Ive been up for days trying to fix it but I just cant find the problem. Help
ID:1746789
![]() Dec 25 2014, 1:01 pm
|
|
![]() Dec 25 2014, 1:13 pm
|
|
Mind showing some code?
|
He means show us the code here, like where things login/logout and save/load and how the stats tab is displayed so we can see what the problem might be.
|
Might Be Here:
mob/Stat() |
Everyhtings Ok In THis Picture
https://www.sendspace.com/file/6cys0p |
And THis Is What Happens When I Relog
https://www.sendspace.com/file/abzg03 |
Those pictures dont show us anything, see if adding usr.HudRefresh() when you load the game fixes the problem.
|
mob/Stat() if(src.charactername) Well here is your problem, If you load the user and doesnt load the charatername ofcourse it wont show its other stats. |