|
发表于 2009-4-27 18:15:41
|
显示全部楼层
来自 中国–北京–北京
- new maxplayers
- public plugin_init()
- {
- ......
- register_event("HLTV", "eNewRound", "a", "1=0","2=0")
- maxplayers=get_maxplayers()
- }
- public eNewRound()
- {
- for(new i=1;i<=maxplayers)
- {
- FrostCount[i]=0
- }
- }
复制代码 用手机上的网,输的可能有点小错误,如果有错,自己修正一下。 |
|