Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

мелкие исправления #4

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

BaHeK1994
Copy link

No description provided.

@@ -122,7 +122,7 @@ public dr_chosen_new_terrorist(id)
}
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