12.12.2014, 19:31
While trying to compile, I get the following error:
It shows up in this code:
Exactly:
How to fix it? I use Visual Studio 2013 Community Edition, I have VisualD and the compiler installed, and the only thing that worries me is this one error above.
Код:
Error: cannot pass dynamic arrays to extern© vararg functions
pawn Код:
catch(AmxException e)
{
LogPrintf("Could not register natives with AMX: %s", e.getErrorString());
return e.getError();
}
Код:
LogPrintf("Could not register natives with AMX: %s", e.getErrorString());