|
本帖最后由 cityhonghu 于 2009-9-25 06:45 编辑
在amxx1.76c中有以下一段代码,想问一下其中的
(equal("4294967295", authid)
|| equal("HLTV", authid)
|| flag //This line is added by Rulzy
这三行分别代表什么?
谢谢- if (equal("4294967295", authid)
- || equal("HLTV", authid)
- || equali("STEAM_ID_LAN", authid)
- || flag //This line is added by Rulzy
- || equali("VALVE_ID_PENDING", authid)//This line is added by Rulzy
- || equali("VALVE_ID_LAN", authid))
复制代码 |
|