MessageBox(GetMapDataPath.."li0.txt");
doesn't produce any errors regarding this :(
Forgot the parentheses ;)
MessageBox(GetMapDataPath().."li0.txt");
New here? I'm Roha — want a quick tour?
MessageBox(GetMapDataPath.."li0.txt");
doesn't produce any errors regarding this :(