|
发表于 2010-5-22 12:16:57
|
显示全部楼层
来自 中国–广东–广州–番禺区
本帖最后由 kk阿朗 于 2010-5-22 12:18 编辑
感觉楼主说的不是很清楚!
如果是当前地图的第一名,应该就像楼上那位朋友所说的那样!
如果是服务器排名的第一名,好像应该这样!
- #include <csx>
- giveleadersomething(bool:bGiveSomething){
- static iPlayers[32], iPlayerNum, iPlayer
- static izBody[8], izStats[8]
- get_players(iPlayers, iPlayerNum, "ch")//skin the bots and HLTV
- for (new i = 0; i < iPlayerNum; i ++){
- iPlayer = iPlayers[i]
- if ((get_user_stats(iPlayer, izStats, izBody) == 1) && bGiveSomething) {
- GiveSomethingFunction(iPlayer)
- }
- }
- }
复制代码 PS:未经过测试的!只是直接用论坛写的! |
|