23.11.2016, 11:02
Why this is still called once the map is loaded ?
pawn Код:
new file[100];
format(file, sizeof(file), MAP_LOCATION, mapname);
if(!fexist(file)) return printf("FATAL ERROR: Failed to load map files %s (File doesnt exist in scriptfiles directory)!", file)