View Single Post
paulo_crash
AlliedModders Donor
Join Date: May 2016
Location: Brazil
Old 11-20-2017 , 20:09   Re: [EXTENSION] cURL & Hash
Reply With Quote #219

Quote:
Originally Posted by Bara View Post
Code:
if(!CreateDirectory(curl_test_path, 557))
{
	SetFailState("Unable Create folder %s",TEST_FOLDER);
	return;
}
That's not a curl related problem. That's on your side.
Is there any solution I can do to fix it?

I noticed that this error only happens in my server of Arena X1, that uses this plugin: https://github.com/splewis/csgo-multi-1v1
paulo_crash is offline