File problem...
#2

Search for the IntToStr function here at the forums, and change
pawn Код:
format(string2, sizeof(string2), "Numbers/%s.ini", number);
to:
pawn Код:
format(string2, sizeof(string2), "Numbers/%s.ini", IntToStr(number));
 //If you have windows, you should change the format to "Numbers\\%s.ini"
Reply


Messages In This Thread
File problem... - by Zeromanster - 12.12.2009, 22:23
Re: File problem... - by LarzI - 12.12.2009, 22:30
Re: File problem... - by Correlli - 12.12.2009, 22:31
Re: File problem... - by LarzI - 12.12.2009, 22:34
Re: File problem... - by Zeromanster - 12.12.2009, 22:38
Re: File problem... - by Correlli - 12.12.2009, 23:10
Re: File problem... - by Zeromanster - 12.12.2009, 23:16
Re: File problem... - by Zeromanster - 13.12.2009, 12:31
Re: File problem... - by Zeromanster - 13.12.2009, 15:52
Re: File problem... - by Correlli - 13.12.2009, 16:29

Forum Jump:


Users browsing this thread: 1 Guest(s)