Dini => ini problem
#10

Quote:
Originally Posted by CantBeJohn
Посмотреть сообщение
I didn’t completely look over your code there but I did spot an issue right off the bat.

PHP код:
INI_WriteInt(File,"Owner","none"); 
INI_WriteInt(File,"Pass","none"); 
Those are not integers, they’re suppose to be written as strings:

PHP код:
INI_WriteString(File,"Owner","none"); 
INI_WriteString(File,"Pass","none"); 
I’d suggest going over your code and looking for small mistakes like this.
Thanks....

Problem next:
How do I do this? whether it is the same as we explained.


PHP код:
            new s[128];
                
format(s,128,"Houses/House%d.txt",houseid);
                                new 
INI:File INI_Open(s);
                new 
camera INI_Int(File,"Camera");
                new 
dog dini_Int(s,"Dog");
                new 
termo dini_Int(s,"TermoSenzor");
                new 
walk dini_Int(s,"WalkSenzor");
                new 
door dini_Int(s,"StrongDoors"); 
Reply


Messages In This Thread
Dini => ini problem - by Mivco - 12.11.2017, 17:41
Re: Dini => ini problem - by Mivco - 12.11.2017, 18:37
Re: Dini => ini problem - by Gammix - 12.11.2017, 20:28
Re: Dini => ini problem - by Lucases - 12.11.2017, 20:49
Re: Dini => ini problem - by cuber - 12.11.2017, 20:51
Re: Dini => ini problem - by Lucases - 12.11.2017, 20:52
Re: Dini => ini problem - by cuber - 12.11.2017, 20:53
Re: Dini => ini problem - by Mivco - 12.11.2017, 20:58
Re: Dini => ini problem - by CantBeJohn - 13.11.2017, 08:34
Re: Dini => ini problem - by Mivco - 13.11.2017, 09:44

Forum Jump:


Users browsing this thread: 2 Guest(s)