Account files not reading/writing on linux, works on windows ( plugins loaded fine ) am I doing the folder paths wrong? -
Hoborific - 15.08.2013
pawn Код:
format(File,sizeof(File),"Accounts/%s.ini", Player);
Can't figure it out, I'm sure I missed something stupid.
Re: Account files not reading/writing on linux, works on windows ( plugins loaded fine ) am I doing the folder paths wro -
Hoborific - 15.08.2013
Resolved. \\ works on windows, linux does not.