Администратор
- Сообщения
- 3,023
- Реакции
- 1,731
- Помог
- 79 раз(а)
hey XyLiGaN, I have a problem to with the menu displaymaksgolubovskiy, I don't know what you're having trouble with, but I'm fine with the numbers and colors.
Посмотреть вложение 30578 Посмотреть вложение 30579 Посмотреть вложение 30580 Посмотреть вложение 30581
On the account of [OM] which means players from the previous map i.e. old maps, the mood of the quarks fb_oldmap_players and you can further reduce the value of the fb_offline_time so that nothing bursts.
At the expense of HUDa, everything is even there, without any complaints. And ^t - this is the same as ^3 - means the color of the team.
Посмотреть вложение 30582
FBM_MENU_PLAYER_STRING = \admin\\name\\oldbans\ \R\steam\\bot\\hltv\\team\
FBM_MENU_PTEAM_CT = [CT]
FBM_MENU_PTEAM_TT = [TT]
FBM_MENU_PTEAM_SP = [SP]
FBM_MENU_PTEAM_UN = [SP]
FBM_MENU_PLAYER_OLDBANS = (\r%d\w)
FBM_MENU_PLAYER_NOBANS = \d
FBM_MENU_PLAYER_ADMIN = \r*\w
FBM_MENU_PLAYER_NOTADMIN = \d
FBM_MENU_PLAYER_BOT = [BOT]
FBM_MENU_PLAYER_NOTBOT = \d
FBM_MENU_PLAYER_STEAM = [S]
FBM_MENU_PLAYER_NOTSTEAM = \d
FBM_MENU_PLAYER_HLTV = [HLTV]
FBM_MENU_PLAYER_NOTHLTV = \d
FBM_MENU_PLAYER_IMMUN = \d
FBM_MENU_PLAYER_NOTIMMUN = \d
public fbans_player_banned_pre(
const id, const userid, const steamid[],
const ip[], const name[], const admin_ip[],
const admin_steamid[], const admin_name[], const ban_type[],
const reason[], const bantime)
{
log_amx("Player: (%n), BanTime: (%i)", id, bantime);
}
forward fbans_player_banned_pre(
const id, const userid);
forward fbans_player_banned_pre_f(
const id, const userid, const steamid[],
const ip[], const name[], const admin_ip[],
const admin_steamid[], const admin_name[], const ban_type[],
const reason[], const bantime);
fbans_sql_connected
, который вызывается при установке соединения с бд и аргументом передает указатель на это соединение - это можно использовать в других плагинах (если используется одна бд), чтобы не городить лишний раз подключение к бд и не дублировать уже имеющийся функционал.Отдельным плагином можно ловить пре бана и через 'бибас гвард блокировать по ип', когда ФБ в свою очередь будет банить по стимид.bypass guard стоит