i-c0112

|
分享:
▲
▼
复制程式
get_pdata_int(pev(weapon, pev_owner), 114, 5) != 1
这行就是限定对T的内容 改成 复制程式
(get_pdata_int(pev(weapon, pev_owner), 114, 5) != 1 && get_pdata_int(pev(weapon, pev_owner), 114, 5) != 2)
此文章被评分,最近评分记录| 财富:20 (by chuchung712) | 理由: ^^ | |
|
|
|
|
x1
[1 楼]
From:台湾中华电信 | Posted:2011-01-15 19:57 |
|
|
a7811311622
我…在工作了…

级别: 版主 
版区: CS提问区
x772
x2153
|
分享:
▲
▼
下面是引用 i-c0112 于 2011-01-15 19:57 发表的 : 复制程式
get_pdata_int(pev(weapon, pev_owner), 114, 5) != 1
这行就是限定对T的内容 改成 复制程式
(get_pdata_int(pev(weapon, pev_owner), 114, 5) != 1 && get_pdata_int(pev(weapon, pev_owner), 114, 5) != 2)
为何 复制程式
weap_id == CSW_KNIFE && get_pdata_int(id, 114, 5) != 2 会变成 复制程式
(get_pdata_int(pev(weapon, pev_owner), 114, 5) != 1 && get_pdata_int(pev(weapon, pev_owner), 114, 5) != 2)
了…? 
此文章被评分,最近评分记录| 财富:20 (by chuchung712) | 理由: ^^ | |
|
|
|
|
x1
[6 楼]
From:台湾教育部 | Posted:2011-01-16 00:06 |
|
|
|