01.03.2011, 16:43
I have got a problem. I have added a simple script which checks is "Users" folder exists, if not - it creates it. But if I start gamemode, it crashes (message about report it to microsoft ). I'm using FileManager plugin by JaTochNietDam (or Dan ) Here's a code:
Could anyone solve this from crash and repair it, please?
Код:
new Users[128]; if(file_exists(Users)) { print("User folders exists! Loading"); } else { file_create(Users); }