【CS2代码分享】获取玩家当前持有的武器名称 代码鉴赏 CS2

我不当学长 管理员组 26天前 102

                       var playerPawnValue = player.PlayerPawn.Value;
                        if (playerPawnValue == null || !playerPawnValue.IsValid) return;

                        var activeWeapon = playerPawnValue.WeaponServices?.ActiveWeapon.Get();
                        if (activeWeapon == null) return;

                        if (string.Equals(activeWeapon?.DesignerName, matchedWeapon))
                        {
                            // 如果你手上的武器已经是期望武器了, 直接丢下来
                            player.DropActiveWeapon();
                            gunGeneratedCnt++;
                            // 丢下来之后再给这把武器
                            player.GiveNamedItem(matchedWeapon);
                        }

CSGO插件分享-申明 1、本网站名称:CSGO插件分享-中文站  网址:https://bbs.csgocn.net
2、本站的宗旨在于为CSGO玩家提供一个插件分享的中文资源平台,多数插件来源于SourceMod论坛,并配以中文介绍和安装教程。
3、欢迎有能力的朋友共享有趣的CSGO插件资源。
4、本站资源大多为百度网盘,如发现链接失效,可以点: 这里进行反馈,我们会第一时间更新。
最新回复 (0)
返回