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