15.08.2012, 01:59
Make sure the PATH is created and ready to be used. Base folder is "scriptfiles"
so if you go like #define PATH "scriptfiles/..." it will not work unless you create a folder named "scriptfiles" inside the original folder named "scriptfiles"!
Make sure in the #define PATH line, you have this for example:
Check your logs, if it says something like "Y_ini unable to create folder in path: {your path here}"
then it's defenitly an issue with folders and/or path.
so if you go like #define PATH "scriptfiles/..." it will not work unless you create a folder named "scriptfiles" inside the original folder named "scriptfiles"!
Make sure in the #define PATH line, you have this for example:
pawn Код:
// This!
#define PATH "/Users/%s.ini"
// And not this
#define PATH "\Users\%s.ini
// If it doesn't work, try it the other way around.
then it's defenitly an issue with folders and/or path.