Sometimes when I use "//" comments the reading of the file just stop. The file format is *.SQF, and in other files the one line comments work fine, but sometimes they not.
This is not work:
//Thats a comment
That's work:
/*
//Thats a comment
*/
I got the same issue even if the file just contain 3 line, one comment and two "hint" message. Problem happening with Stable and Dev version too.
{F19237}