1 | if (global.debug == 1) |
2 | { |
3 | gx = ossafe_file_text_open_write("system_information_962"); |
4 | ossafe_file_text_write_string(gx, "a"); |
5 | ossafe_file_text_close(gx); |
6 | if (global.steam_int == 1) |
7 | { |
8 | if (!steam_file_exists("system_information_962")) |
9 | steam_file_write_file("system_information_962", "system_information_962"); |
10 | } |
11 | } |