public Action Command_Reload(int client, int args)
{
PrintToConsole(client, "Плагин Anti-Crash Exploit перезагружен.");
return Plugin_Handled;
}
public Action Command_Status(int client, int args)
{
PrintToConsole(client, "Статус плагина Anti-Crash Exploit: Активен.");
return Plugin_Handled;
}