|
|
@ -404,7 +404,7 @@ stock ReportProcessing(int cid, const char[] Reason){ |
|
|
|
static void Report_Callback(HTTPResponse response, any value){ |
|
|
|
int cid_author = GetClientOfUserId(value); |
|
|
|
|
|
|
|
if (response.Status > 200 && response.Status < 210){ |
|
|
|
if (response.Status == 200){ |
|
|
|
PrintToChat(cid_author, "Репорт отправлен!"); |
|
|
|
return; |
|
|
|
} else { |
|
|
|