HTTP() callback won't fire, + server crash using HTTP()
#5

Quote:
Originally Posted by leong124
Посмотреть сообщение
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.
Yes, it is related to the HTTP function.
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");
}
And call crash(). This bug is not associated with reloadfs at all.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)