addons/sourcemod/scripting/sm_hosties_e.sp
и на 76 строке выставляете значение:#define MODULE_GUNSAFETY 0
addons/sourcemod/scripting/sm_hosties_e.sp
и на 498, 505 строке пишите своё название:public void HostiesCategoryHandler(Handle topmenu, TopMenuAction action, TopMenuObject item, int param, char[] buffer, int maxlength)
{
switch (action)
{
case (TopMenuAction_DisplayTitle):
{
if (item == gM_Hosties)
{
Format(buffer, maxlength, "Hosties:");
}
}
case (TopMenuAction_DisplayOption):
{
if (item == gM_Hosties)
{
Format(buffer, maxlength, "Hosties");
}
}
}
}
sm_hosties_display_advert "0"