21.06.2014, 19:14
Well anyway i found the bug:
SampSharp.cpp line 207
should be
Edit: I'm using github to report bugs now, found the feature
SampSharp.cpp line 207
Code:
amx_GetAddr(amx, params[1], &addr);
Code:
amx_GetAddr(amx, params[i + 1], &addr);

