hlnet005 发表于 2007-11-27 03:06:28

关于webmod显示不了VIP的问题。

我安装了webmod0.48 但是在.: 在线玩家&个人成绩 :.表格里出现显示不了VIP的情况,各位高手麻烦帮我看一下`谢谢!我的index.w的部分文件:
{L.p:
{{p.team=v.whichteam}?
{v.celltype:{p.team?team{p.team}:normcell}}
<tr>
<td class="{v.celltype}" align="center">{{{p.dead}&{p.team!SPECTATOR}&{p.team!UNASSIGNED}}?<img src="images/skull.gif" border="0">}{{p.bomb}?<img src="images/c4.gif" border="0">}{{p.vip}?<img src="images/vip.gif" border="0">}</td>
<td class="{v.celltype}">{v.authed?<a href="player.w?uid={p.uid}">{p.name}</a>:{v.admin?<a href="player_message.w?uid={p.uid}">{p.name}</a>:{p.name}}}</td>
<td class="{v.celltype}" align="center">{p.frags}</td>
<td class="{v.celltype}" align="center">{p.deaths}</td>
<td class="{v.celltype}" align="center">{p.ctime}</td>
<td class="{v.celltype}" align="center">&nbsp;</td>
<td class="{v.celltype}" align="center">{p.ping}</td>
<td class="{v.celltype}" align="center">{p.loss}{v.total_loss:{v.total_loss+p.loss}}</td>
<td class="{v.celltype}"><div align="center">{p.ip}</div></td>
<td class="{v.celltype}" align="center">{{{{c.amx_userflags{p.ip}}=z}|{{c.amx_userflags{p.id}}=}}?:<img src="images/vip.gif" border="0">}</td>
</tr>
{v.team_usercount:{v.team_usercount+1}}

表中带横线的就代表显示VIP的语句。

Cr@zyTreE 发表于 2008-3-30 17:32:37

回复: 关于webmod显示不了VIP的问题。

Post by hlnet005
我安装了webmod0.48 但是在.: 在线玩家&个人成绩 :.表格里出现显示不了VIP的情况,各位高手麻烦帮我看一下`谢谢!我的index.w的部分文件:
{L.p:
{{p.team=v.whichteam}?
{v.celltype:{p.team?team{p.team}:normcell}}
<tr>
<td class="{v.celltype}" align="center">{{{p.dead}&{p.team!SPECTATOR}&{p.team!UNASSIGNED}}?...


替换成下面的,可以显示vip了。
{{{{c.amx_userflags{p.id}}=z}|{{c.amx_userflags{p.id}}=}}?:<img src="images/vip.gif" border="0">}
页: [1]
查看完整版本: 关于webmod显示不了VIP的问题。