Поставил плагин, сделал время бана для теста 777 к примеру но забанило и добавило бан в сб++ всего на 3 минуты, может я что-то не так сделал???Полностью стабильная версия для CS:GO.
в cfg/sourcemod/antidll.cfg, поменяй sm_antidll_method на "3"Поставил плагин, сделал время бана для теста 777 к примеру но забанило и добавило бан в сб++ всего на 3 минуты, может я что-то не так сделал???
Так я это и сделалв cfg/sourcemod/antidll.cfg, поменяй sm_antidll_method на "3"PHP:// Default: "1" sm_antidll_blocking_time "777" // Is the plugin included. 1 - enable 0 - disable // - // Default: "1" sm_antidll_enable "1" // 1 - Kick, 2 - Ban, 3 - SB Ban, 4 - MA Ban // - // Default: "1" sm_antidll_method "3"
Попробуй этуТак я это и сделал
вот, но бан выдало на 3 минуты вместо 777.
спс проверю отпишусь!Попробуй эту
[SM] Exception reported: Language phrase "PREFIX" not found
Почему то пишет вот такую ошибку L 03/26/2021 - 20:54:04: [AntiDLL.smx] Method not foundIncludes Fixes and New CVARs. (Plugin Only)
Note: When installing this version, Make sure to delete/overwrite the old antidll.cfg file from cfg/sourcemod folder and antidll.phrases.txt file from addons/sourcemod/translations folder.
- Fixed Error
[SM] Exception reported: Language phrase "PREFIX" not found
- Fixed blocking time CVAR
- Added a new CVAR sm_antidll_log, which logs detections to addons/sourcemod/logs/antidll.log file.
- Added a new CVAR sm_antidll_chat, which shows chat message to players when someone is blocked.
значит автор накосячилПочему то пишет вот такую ошибку L 03/26/2021 - 20:54:04: [AntiDLL.smx] Method not found
Когда ставлю в настройках бан MA
#include <sourcemod>
#include <antidll>
#include <vkcore>
#pragma newdecls required
#pragma semicolon 1
int g_iPID;
char g_sServerName[128];
public void OnPluginStart()
{
ReadConfig();
}
void ReadConfig()
{
static char sPath[PLATFORM_MAX_PATH];
BuildPath(Path_SM, sPath, sizeof(sPath), "configs/vkontakte/materialadmin.ini");
KeyValues kv = new KeyValues("MaterialAdmin");
if (kv.ImportFromFile(sPath))
{
g_iPID = kv.GetNum("PID", 0);
kv.GetString("ServerName", g_sServerName, sizeof(g_sServerName), "ServerName");
kv.Rewind();
}
else SetFailState("[PreBan] KeyValues Error!");
delete kv;
}
public void AD_OnCheatDetected(const int client)
{
KickClient(client, "Обнаружено стороннее ПО (Читы)");
char sms[2048], s_SteamId[64], sIP[32];
GetClientAuthId(client, AuthId_Steam2, s_SteamId, sizeof(s_SteamId));
GetClientIP(client, sIP, sizeof(sIP));
FormatEx(sms, sizeof(sms), "⚠⚠⚠⚠ КИК ⚠⚠⚠⚠\n \nИГРОК: %N\n \nПричина: Обнаружено стороннее ПО (Читы)\n \nSteamID: %s\nIP: %s\n \nСервер: %s", client, s_SteamId, sIP, g_sServerName);
VK_MessagesSend(g_iPID, sms);
}
L 03/27/2021 - 10:22:27: [SM] Exception reported: Native is not boundПолностью стабильная версия для CS:GO.
AntiDLL.smx (AntiDLL Handler): Required extension "AntiDLL" file("AntiDLL.ext") not running
sm exts listAntiDLL.smx (AntiDLL Handler): Required extension "AntiDLL" file("AntiDLL.ext") not running how fix it?
Залей (если у тебя cs go) AntiDLL.ext.2.csgo.so по пути: addons/sourcemod/extensions, перезапусти сервер. Это помогает решить ошибку "AntiDLL.smx (AntiDLL Handler): Required extension "AntiDLL" file("AntiDLL.ext") not running"AntiDLL.smx (AntiDLL Handler): Required extension "AntiDLL" file("AntiDLL.ext") not running
Сообщения автоматически склеены:
L 03/27/2021 - 10:22:27: [SM] Exception reported: Native is not bound
L 03/27/2021 - 10:22:27: [SM] Blaming: AntiDLL.smx
L 03/27/2021 - 10:22:27: [SM] Call stack trace:
L 03/27/2021 - 10:22:27: [SM] [1] SBPP_BanPlayer
L 03/27/2021 - 10:22:27: [SM] [2] Line 67, C:\Users\reverse\Desktop\compiler\code\AntiDLLprev_version.sp::AD_OnCheatDetected
As mentioned in my post. I have uploaded plugin only.@vertigo,
Errors:
AntiDLL.smx (AntiDLL Handler): Required extension "AntiDLL" file("AntiDLL.ext") not running how fix it?
@Limbo I did not modify the plugin support with MA. It should work as usual if Material Admin plugin is running.Why for some reason writes this error L 03/26/2021 - 20:54:04:
"AntiDLL.smx" Method not found When I put in the settings ban MA
то есть можно подрубить после входа и тебя не забанит?)не нагружает, детектит при входе
Дато есть можно подрубить после входа и тебя не забанит?)
Add new method for CS
Add gamedata for windows
Fix plugin
Add inc files
Add support windows