有没有cs_set_player_health(index,...)这样的函数?
各位路过的大虾,小弟想在插件里实现修改人物属性。但是找来找去,好像没有cs_set_player_health(index,...)这样的方法。
不知道哪位大虾可以提供一些这样类似的函数。修改玩家生命值,攻击,防御之类的函数。。。
谢谢!
回复: 有没有cs_set_player_health(index,...)这样的函数?
set_user_health ( index, health )在fun模块里(即源代码里要有这一行: #include <fun>)
回复: 有没有cs_set_player_health(index,...)这样的函数?
多看看帮助!里面都有解释的!
用金山词霸对照这看
都能看个大概
回复: 有没有cs_set_player_health(index,...)这样的函数?
嘿嘿..找到了,set_user_health(id,health) //设置玩家生命值
set_user_armor(id, armor) //设置玩家护甲
但是经过测试,发现一个问题..set_user_health(id,250) health <= 250,armor < 1000时可以正常显示.一旦health > 250,armor >= 1000,数值显示就不正常了.但是有效果.这个怎么解决?
还有一个问题,人物的杀伤力是不是没有修改的呢?
页:
[1]