13.12.2011, 17:09
Quote:
Bug 2 is unrelated to the HTTP function. If you reload some filterscripts using reloadfs in the server console several times, the server will crash.
|
You can achieve the same by doing this [notice that we use the same ID]:
pawn Код:
forward _crash(index, response_code, data[]); public _crash(index, response_code, data[]) return 1;
stock crash()
{
HTTP(4, HTTP_GET, "www.******.com/?q=a", "", "_crash");
HTTP(4, HTTP_GET, "www.******.com/?q=a", "", "_crash");
}