Skip to content

Conversation

BaHeK1994
Copy link

No description provided.

public Ham_PlayerPreThink_Pre(id)
{
if(id != g_iTerrorist || !is_user_alive(id)) return HAM_IGNORED;
if(g_iCurMode != g_iModeSkillMaster || id != g_iTerrorist || !is_user_alive(id)) return HAM_IGNORED;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Там DisableHamForward() есть.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Проглядел, потестирую этот момент.
А callfunc добавишь? Я использовал одно и то же название функции canBuy в разных плагинах и при открытии меню, вызывалась canBuy одновременно во всех плагинах, думаю с этим еще кто-нибудь столкнется.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Сделай один коммит для шопа на английском, по аналогии с моими коммитами.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants