18.03.2015, 00:04
Change this:
To this:
And so on.
pawn Код:
return INI_WriteInt(File,key,value);
pawn Код:
INI_WriteInt(File,key,value);
return 1;

