22.08.2016, 09:26
The line following #define UserPath "Users/%s.ini" only has one /. So it isn't a complete comment, just add the / to the line.
Code:
#define UserPath "Users/%s.ini" //Will define user's account path. In this case, we will save it in Scriptfiles/Users. So create a file inside of your Scriptfiles folder called Users