Бесплатно - Плагин - Processing Commands - Дополнительная информация | RustyPlugin - Бесплатные и приватные плагины для вашего сервера Rust (uMod Oxide)
Иконка ресурса

Бесплатно Плагин Processing Commands 0.0.1

Нет прав для скачивания
C#:
public static int GetIdButton(List<string> commands)
{
if (commands != null && commands.Count > 0)
{
object id = Interface.CallHook("RegisterAddCommands", commands);
if (id == null) return 0;
else return (int)id;
}
return -1;
}