FileManager plugin
#1

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:

Код:
	new Users[128];
	if(file_exists(Users))
	{
	    print("User folders exists! Loading");
	}
	else
	{
		file_create(Users);
	}
Could anyone solve this from crash and repair it, please?
Reply


Messages In This Thread
FileManager plugin - by Libra_PL - 01.03.2011, 16:43
Re: FileManager plugin - by JaTochNietDan - 01.03.2011, 16:44

Forum Jump:


Users browsing this thread: 1 Guest(s)