|
发表于 2018-8-31 10:40:13
|
显示全部楼层
来自 中国–广东–佛山
#include <fakemeta_util>//需要的索引
static Ent; Ent = fm_get_user_weapon_entity(id, CSW_M3)
if(pev_valid(Ent)) cs_set_weapon_ammo(Ent, 10)
fm_get_user_weapon_entity(id, CSW_M3)//设置武器是什么,我这里设置了M3
if(pev_valid(Ent)) cs_set_weapon_ammo(Ent, 10)//ENT后面是子弹数量
|
|