Resets on Loading
#3

Show how you save that coordinates. Also look in file how this coordinates are saved.
Код:
    INI_Float("ExitY", eInfo[e][exitPos][0]);
    INI_Float("ExitY", eInfo[e][exitPos][1]);
    INI_Float("ExitZ", eInfo[e][exitPos][2]);
You have ExitY twice.
Код:
    INI_Float("ExitX", eInfo[e][exitPos][0]);
    INI_Float("ExitY", eInfo[e][exitPos][1]);
    INI_Float("ExitZ", eInfo[e][exitPos][2]);
Reply


Messages In This Thread
Resets on Loading - by Dziugsas - 11.12.2014, 19:50
Re: Resets on Loading - by Dziugsas - 12.12.2014, 04:29
Re: Resets on Loading - by Raweresh - 12.12.2014, 04:44
Re: Resets on Loading - by Dziugsas - 12.12.2014, 11:52
Re: Resets on Loading - by Dziugsas - 12.12.2014, 12:30
Re: Resets on Loading - by Threshold - 12.12.2014, 13:41
Re: Resets on Loading - by Dziugsas - 12.12.2014, 14:16

Forum Jump:


Users browsing this thread: 1 Guest(s)