Проверенный
Пользователь
hajimura
Е777КХ05
- Сообщения
- 290
- Реакции
- 228
- Помог
- 6 раз(а)
hajimura, при попытке купить - "You cannot carry anymore!". при попытке взять с земли, просто проходишь сквозь.
one simple pull: https://github.com/s1lentq/ReGameDLL_CS/pull/735This "You cannot carry anymore!" problem with grenades happens because the "player_weaponstrip" calls the function CCSPlayer's "RemovePlayerItem" which calls the "RemovePlayerItemEx" with boolean "bRemoveAmmo" to false, and so the member CBasePlayer's "m_rgAmmo" is not reset, which is annoying with grenades.
I have fixed this in my PR #699, but 3 months later, still not merged... Maybe you could beg for "merge it" by posting a comment on it, like "Please merge it, I am begging you!" Hahaha!
In my opinion, one useless containing "duplicating content" & provocating by the creator, as we dislike each other...raulitop написал(а):one simple pull: https://github.com/s1lentq/ReGameDLL_CS/pull/735
Add natives from: IsInsideCloudSmoke & IsLineBlockedBySmoke
16 Мар 2022
Add native for CBasePlayerWeapon::KickBack
Implemented here:
Why? Create a new branch and solvedI can't implement the ReAPI's hook yet due to my master branch conflict with silentq's ReAPI branch.
After these branches are merged I can safely refork the projects to don't make that mistake again.
Why? Create a new branch and solved
Future branches are based on master branch.I can't implement the ReAPI's hook yet due to my master branch conflict with silentq's ReAPI branch.
pull master branch and rebase your feature branch by master.Future branches are based on master branch.
Thanks. Implemented the new hook in ReAPI too. Link to download it the action's artifact: https://github.com/ShadowsAdi/reapi/actions/runs/2012235026pull master branch and rebase your feature branch by master.
Дай название этой карты, чтоб перепроверить баг.На одной из старых карт для мода surf, есть вход в оружейную с кодовым замком. Но дверь туда всегда открыта чего не было в момент ее создания и на локальном сервере. Посмотрев содержимое карты и проведя пару тестов, мной было обнаружено, что энтити "multisource" срабатывает при рестарте раунда игнорируя условия и активирует дверь. А так как в свойствах двери указано, что бы она не закрывалась обратно, то она остается открытой всегда. Выход на данный момент устанавливать в свойствах двери время на автоматическое закрытие. Но мне кажется изначально должен нормально работать и старый способ. Тут можно посмотреть, как всё должно работать и скачать тест карту. Если это действительно ошибка regamedll, то было бы неплохо внести исправления, а то могли пострадать и другие старые карты.