|
发表于 2011-3-25 15:57:57
|
显示全部楼层
来自 中国–广东–东莞
本帖最后由 kk阿朗 于 2011-3-25 15:59 编辑
简单看了一下
在- public pfn_touch(ptr, ptd)
复制代码 函数下的加以下判断- if(!has_minigun[id] && is_alive[id] && (get_user_flags(id) & (ADMIN_LEVEL_A|ADMIN_LEVEL_B))) {
- give_weapon(id,entity_get_int(ptr, EV_INT_iuser1), 0)
- canfire[id] = true
- remove_entity(ptr)
- }
复制代码 注释:我不知道你说的ab权限是哪个,我这里以LVEVL_A 跟LEVEL_B为例! |
|